Are we there yet?

4361559aa16601c45b8f356c494bc962f5954e37

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -9Ignore whitespace
public/style.css+2 -9
@@ -5440,18 +5440,10 @@ body:not(.movingUI) .drawer-content.maximized {
54405440 border-radius: 10px;
54415441 box-shadow: none;
54425442 overflow: hidden;
5443+ flex-flow: column;
54435444 border: 1px solid var(--SmartThemeBorderColor);
54445445}
54455446
5446-.fillLeft.openDrawer {
5447- overflow-y: hidden;
5448- height: 100%;
5449-
5450- @starting-style {
5451- height: 0;
5452- }
5453-}
5454-
54555447.fillRight {
54565448 width: calc((100vw - var(--sheldWidth) - 2px) /2);
54575449 width: calc((100dvw - var(--sheldWidth) - 2px) /2);
@@ -5479,6 +5471,7 @@ body:not(.movingUI) .drawer-content.maximized {
54795471 min-width: 100px;
54805472}
54815473
5474+.fillLeft.openDrawer,
54825475.fillRight.openDrawer {
54835476 display: flex;
54845477 height: 100%;