Backgrounds Drawer Max Height (#4515) * init * lint * shrink drawer, plus why is css messy * put questionable hint back in * copy other drawers

517098444620fb58af3bb83338c9018184677b47

L <123923688+Vibecoder9000@users.noreply.github.com>

Signed
1 files changed, +3 -5Showing whitespace changes
public/css/backgrounds.css+3 -5
@@ -67,10 +67,8 @@ body.reduced-motion #bg_custom {
67#Backgrounds.drawer-content.openDrawer.bg-drawer-layout {67#Backgrounds.drawer-content.openDrawer.bg-drawer-layout {
68 display: flex;68 display: flex;
69 flex-direction: column;69 flex-direction: column;
70 height: calc(100vh - var(--topBarBlockSize));70 height: auto;
71 max-height: calc(100vh - var(--topBarBlockSize));71 height: calc-size(auto, size);
72 height: calc(100dvh - var(--topBarBlockSize));
73 max-height: calc(100dvh - var(--topBarBlockSize));
74 overflow: hidden;72 overflow: hidden;
75 width: var(--sheldWidth);73 width: var(--sheldWidth);
76 max-width: var(--sheldWidth);74 max-width: var(--sheldWidth);
@@ -94,7 +92,7 @@ body.reduced-motion #bg_custom {
94 flex-grow: 1;92 flex-grow: 1;
95 overflow-y: auto;93 overflow-y: auto;
96 overflow-x: hidden;94 overflow-x: hidden;
97 padding: 0 5px 5px;95 padding: 0 5px 15px;
98}96}
9997
100#bg-filter {98#bg-filter {