This commit is contained in:
2026-07-16 05:14:49 +02:00
parent b2f33cf384
commit e9f2929bf6

View File

@@ -1601,7 +1601,7 @@ html[theme='95'] .item-main-content .metadata {
} }
body.sidebar-right-hidden .global-sidebar-right { body.sidebar-right-hidden .global-sidebar-right {
right: -300px !important; right: -400px !important;
} }
/* Prevent native image drag from hijacking the sidebar mouse-drag gesture */ /* Prevent native image drag from hijacking the sidebar mouse-drag gesture */
@@ -1692,7 +1692,7 @@ body.sidebar-right-hidden .global-sidebar-right {
body.sidebar-right-hidden .global-sidebar-right { body.sidebar-right-hidden .global-sidebar-right {
right: -100% !important; right: -100% !important;
/* Fallback for variable width sidebars */ /* Fallback for variable width sidebars */
right: -300px !important; right: -400px !important;
} }
} }
@@ -1711,7 +1711,7 @@ body.sidebar-right-hidden .global-sidebar-right {
---------------------------------------------------------- */ ---------------------------------------------------------- */
body.layout-modern .item-layout-container { body.layout-modern .item-layout-container {
display: grid; display: grid;
grid-template-columns: min(400px, 30vw) minmax(0, 1fr) 300px; grid-template-columns: min(400px, 30vw) minmax(0, 1fr) 400px;
grid-template-rows: auto; grid-template-rows: auto;
flex: 1; flex: 1;
height: calc(100vh - var(--navbar-h, 50px)); height: calc(100vh - var(--navbar-h, 50px));
@@ -1800,7 +1800,7 @@ body.sidebar-right-hidden .global-sidebar-right {
/* Sidebar toggle: hide left sidebar (e.g. keybind toggle) */ /* Sidebar toggle: hide left sidebar (e.g. keybind toggle) */
body.layout-modern .item-layout-container.sidebar-hidden { body.layout-modern .item-layout-container.sidebar-hidden {
grid-template-columns: minmax(0, 1fr) 300px; grid-template-columns: minmax(0, 1fr) 400px;
} }
body.layout-modern.sidebar-right-hidden .item-layout-container.sidebar-hidden { body.layout-modern.sidebar-right-hidden .item-layout-container.sidebar-hidden {