This commit is contained in:
2026-07-23 21:35:36 +02:00
parent 4dfb80b149
commit 5d60d80fc9

View File

@@ -2241,25 +2241,11 @@ body.layout-modern .global-sidebar-right {
right: 0 !important; right: 0 !important;
transition: none !important; transition: none !important;
} }
/* All sidebars hide/show instantly at this breakpoint — no slide animation */
.item-sidebar-right,
.index-sidebar-right,
.global-sidebar-right {
transition: none !important;
}
/* layout-modern: force sidebar-right off-screen at ≤599px.
JS also adds sidebar-right-hidden, but this CSS rule is a reliable failsafe
that matches layout-legacy's always-hidden behavior at this width. */
body.layout-modern .item-sidebar-right,
body.layout-modern .index-sidebar-right,
body.layout-modern .global-sidebar-right {
right: calc(-1 * min(280px, 80vw)) !important;
}
} }
.item-layout-container .item-main-content>._204863, .item-layout-container .item-main-content>._204863,
.item-layout-container .item-main-content>.item_title, .item-layout-container .item-main-content>.item_title,
.item-layout-container .item-main-content>.content, .item-layout-container .item-main-content>.content,
@@ -3860,8 +3846,8 @@ html[theme='f0ck95d'] {
html[theme="f0ck95d"] .item_title { html[theme="f0ck95d"] .item_title {
background: black; background: black;
border-left: inset 3px silver; border-left: 2px solid gray;
border-right: outset 3px silver; border-right: 2px solid gray;
} }
html[theme="f0ck95d"] .err { html[theme="f0ck95d"] .err {
@@ -3881,10 +3867,7 @@ html[theme="f0ck95d"] ._204863 {
width: 100%; width: 100%;
color: white; color: white;
height: auto; height: auto;
border-left: inset 2px silver; border: 2px solid gray;
border-top: inset 2px silver;
border-right: outset 2px silver;
border-bottom: outset 2px silver;
line-height: 1.7; line-height: 1.7;
display: flex; display: flex;
align-items: center; align-items: center;
@@ -3918,15 +3901,11 @@ html[theme="f0ck95d"] .embed-responsive-image {
} }
html[theme="f0ck95d"] .media-object { html[theme="f0ck95d"] .media-object {
border-left: inset 3px silver; border-left: 2px solid gray;
border-right: outset 3px silver; border-right: 2px solid gray;
} }
html[theme="f0ck95d"] .embed-responsive.embed-responsive-16by9 {
background: black;
border-left: inset 1px silver;
border-right: outset 1px silver;
}
html[theme="f0ck95d"] .embed-responsive-image { html[theme="f0ck95d"] .embed-responsive-image {
border: none; border: none;
@@ -4042,6 +4021,11 @@ html[theme="f0ck95d"] .admin-search button {
color: black; color: black;
} }
html[theme="f0ck95d"] .embed-responsive.embed-responsive-16by9 {
background: black;
border-bottom: 2px solid gray;
}
/* fullscreen */ /* fullscreen */
html[res="fullscreen"] ._204863 { html[res="fullscreen"] ._204863 {
border-top: none; border-top: none;
@@ -10054,14 +10038,6 @@ html[theme="orange"] .image-brand {
} }
} }
html[theme="f0ck95d"] .embed-responsive.embed-responsive-16by9 {
border-bottom: outset 2px silver;
}
html[theme="f0ck95"] .embed-responsive.embed-responsive-16by9 {
border-bottom: outset 2px silver;
}
/* Fade in video on page load */ /* Fade in video on page load */
@keyframes fadeIn { @keyframes fadeIn {