stabilizing layout

This commit is contained in:
2026-06-12 01:04:41 +02:00
parent 075adcc8c6
commit 9ca60629a0

View File

@@ -1781,7 +1781,18 @@ body.sidebar-right-hidden .global-sidebar-right {
body.layout-modern .item-layout-container .item-main-content .metadata { body.layout-modern .item-layout-container .item-main-content .metadata {
align-self: start; align-self: start;
overflow: auto; overflow: visible;
}
body.layout-modern .item-layout-container .item-main-content span#favs {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
width: max-content;
max-width: 100%;
margin: 5px 0 0 0;
z-index: 10;
} }
/* Sidebar toggle: hide left sidebar (e.g. keybind toggle) */ /* Sidebar toggle: hide left sidebar (e.g. keybind toggle) */