Merge pull request 'master' (#34) from master into 98

Reviewed-on: #34
This commit is contained in:
Kibi Kelburton
2026-07-28 14:26:51 +00:00
8 changed files with 87 additions and 46 deletions

View File

@@ -1650,6 +1650,10 @@ body.layout-modern .global-sidebar-right {
opacity: 1;
}
body.sidebar-right-hidden #sidebar-drag-zone {
opacity: 0.7;
}
/* Always show the handle on touch devices (no hover state available) */
@media (pointer: coarse) {
#sidebar-drag-zone {
@@ -3874,7 +3878,7 @@ html[theme="f0ck95d"] ._204863 {
line-height: 1.7;
display: flex;
align-items: center;
padding: 2px 4px;
padding: 0px 5px;
box-sizing: border-box;
}
@@ -3893,8 +3897,6 @@ html[theme="f0ck95d"] ._204863 .location::before {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
image-rendering: pixelated;
image-rendering: crisp-edges;
flex-shrink: 0;
}
@@ -10458,7 +10460,7 @@ ol {
display: flex;
align-items: center;
gap: 20px;
padding: 0 15px;
padding: 0 5px;
flex-shrink: 0;
margin-left: auto;
}