Dedupe fillRight, fillLeft styles

63b4896d5657a844b7a2c9f7e78b05cbd88ef23d

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

1 files changed, +9 -27Ignore whitespace
public/style.css+9 -27
@@ -5426,49 +5426,31 @@ body:not(.movingUI) .drawer-content.maximized {
54265426 position: fixed;
54275427}
54285428
54295429.fillLeft {,
5430+.fillRight {
54305431 width: calc((100vw - var(--sheldWidth) - 2px) /2);
54315432 width: calc((100dvw - var(--sheldWidth) - 2px) /2);
5432- height: 0;
54335433 max-height: calc(100vh - var(--topBarBlockSize));
54345434 max-height: calc(100dvh - var(--topBarBlockSize));
5435+ height: 0;
54355436 position: fixed;
54365437 top: 0;
54375438 margin: 0;
5438- left: 0;
5439- right: auto;
5440- border-radius: 10px;
54415439 box-shadow: none;
54425440 overflow: hidden;
54435441 flex-flow: column;
5444- border: 1px solid var(--SmartThemeBorderColor);
5442+ min-width: 100px;
5443+}
5444+
5445+.fillLeft {
5446+ left: 0;
5447+ right: auto;
54455448}
54465449
54475450.fillRight {
5448- width: calc((100vw - var(--sheldWidth) - 2px) /2);
5449- width: calc((100dvw - var(--sheldWidth) - 2px) /2);
5450- max-height: calc(100vh - var(--topBarBlockSize));
5451- max-height: calc(100dvh - var(--topBarBlockSize));
5452- height: 0;
5453- position: fixed;
5454- top: 0;
5455- margin: 0;
54565451 right: 0;
54575452 left: calc(100% - var(--sheldWidth) /2 + var(--sheldWidth) +1px);
5458- padding: 5px;
5459- margin-bottom: 5px;
5460- backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
5461- background-color: var(--SmartThemeBlurTintColor);
5462- -webkit-backdrop-filter: blur(calc(var(--SmartThemeBlurStrength)));
54635453 z-index: 3000;
5464-
5465- border: 1px solid var(--SmartThemeBorderColor);
5466-
5467- box-shadow: none;
5468- border-radius: 10px;
5469- overflow: hidden;
5470- flex-flow: column;
5471- min-width: 100px;
54725454}
54735455
54745456.fillLeft.openDrawer,