Dedupe fillRight, fillLeft styles

63b4896d5657a844b7a2c9f7e78b05cbd88ef23d

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

1 files changed, +9 -27Showing whitespace changes
public/style.css+9 -27
@@ -5426,49 +5426,31 @@ body:not(.movingUI) .drawer-content.maximized {
5426 position: fixed;5426 position: fixed;
5427}5427}
54285428
5429.fillLeft {5429.fillLeft,
5430.fillRight {
5430 width: calc((100vw - var(--sheldWidth) - 2px) /2);5431 width: calc((100vw - var(--sheldWidth) - 2px) /2);
5431 width: calc((100dvw - var(--sheldWidth) - 2px) /2);5432 width: calc((100dvw - var(--sheldWidth) - 2px) /2);
5432 height: 0;
5433 max-height: calc(100vh - var(--topBarBlockSize));5433 max-height: calc(100vh - var(--topBarBlockSize));
5434 max-height: calc(100dvh - var(--topBarBlockSize));5434 max-height: calc(100dvh - var(--topBarBlockSize));
5435 height: 0;
5435 position: fixed;5436 position: fixed;
5436 top: 0;5437 top: 0;
5437 margin: 0;5438 margin: 0;
5438 left: 0;
5439 right: auto;
5440 border-radius: 10px;
5441 box-shadow: none;5439 box-shadow: none;
5442 overflow: hidden;5440 overflow: hidden;
5443 flex-flow: column;5441 flex-flow: column;
5444 border: 1px solid var(--SmartThemeBorderColor);5442 min-width: 100px;
5443}
5444
5445.fillLeft {
5446 left: 0;
5447 right: auto;
5445}5448}
54465449
5447.fillRight {5450.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;
5456 right: 0;5451 right: 0;
5457 left: calc(100% - var(--sheldWidth) /2 + var(--sheldWidth) +1px);5452 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)));
5463 z-index: 3000;5453 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;
5472}5454}
54735455
5474.fillLeft.openDrawer,5456.fillLeft.openDrawer,