Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/static/input.css b/static/input.css index aef2d8f..8776b25 100644 --- a/static/input.css +++ b/static/input.css @@ -154,6 +154,10 @@ background-size: calc(var(--squares-and-triangles-background-width-coef) * 1vw) calc(var(--squares-and-triangles-background-height-coef) * 1vw); } +body:has(.lg-container:not([class~="lg-inline"])) .desktop-sidebar-custom { + display: none !important; +} + .mobile-topbar-custom { width: 90vw; height: 8%; @@ -161,7 +165,7 @@ margin-left: 5vw; } -body:has(.lg-container:not([class~="lg-inline"])) #sidebar { +body:has(.lg-container:not([class~="lg-inline"])) .mobile-topbar-custom { display: none !important; } @@ -412,10 +416,6 @@ body:has(.lg-container:not([class~="lg-inline"])) #sidebar { height: 10vh; } - .ar-lt-0\.8\:h-\[30vh\] { - height: 30vh; - } - .ar-lt-0\.8\:h-\[90vh\] { height: 90vh; } @@ -424,10 +424,6 @@ body:has(.lg-container:not([class~="lg-inline"])) #sidebar { width: 8vh; } - .ar-lt-0\.8\:w-\[80\%\] { - width: 80%; - } - .ar-lt-0\.8\:w-\[90vw\] { width: 90vw; } @@ -440,10 +436,6 @@ body:has(.lg-container:not([class~="lg-inline"])) #sidebar { max-height: 80%; } - .ar-lt-0\.8\:max-h-\[calc\(100\%-25vh\)\] { - max-height: calc(100% - 25vh); - } - .ar-lt-0\.8\:text-\[5vh\] { font-size: 5vh; } |