Are we there yet?

4361559aa16601c45b8f356c494bc962f5954e37

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

1 files changed, +2 -9Showing whitespace changes
public/style.css+2 -9
@@ -5440,18 +5440,10 @@ body:not(.movingUI) .drawer-content.maximized {
5440 border-radius: 10px;5440 border-radius: 10px;
5441 box-shadow: none;5441 box-shadow: none;
5442 overflow: hidden;5442 overflow: hidden;
5443 flex-flow: column;
5443 border: 1px solid var(--SmartThemeBorderColor);5444 border: 1px solid var(--SmartThemeBorderColor);
5444}5445}
54455446
5446.fillLeft.openDrawer {
5447 overflow-y: hidden;
5448 height: 100%;
5449
5450 @starting-style {
5451 height: 0;
5452 }
5453}
5454
5455.fillRight {5447.fillRight {
5456 width: calc((100vw - var(--sheldWidth) - 2px) /2);5448 width: calc((100vw - var(--sheldWidth) - 2px) /2);
5457 width: calc((100dvw - var(--sheldWidth) - 2px) /2);5449 width: calc((100dvw - var(--sheldWidth) - 2px) /2);
@@ -5479,6 +5471,7 @@ body:not(.movingUI) .drawer-content.maximized {
5479 min-width: 100px;5471 min-width: 100px;
5480}5472}
54815473
5474.fillLeft.openDrawer,
5482.fillRight.openDrawer {5475.fillRight.openDrawer {
5483 display: flex;5476 display: flex;
5484 height: 100%;5477 height: 100%;