summaryrefslogtreecommitdiffci
path: root/static
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/input.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/input.css b/static/input.css
index 8776b25..69cfa91 100644
--- a/static/input.css
+++ b/static/input.css
@@ -416,6 +416,10 @@ body:has(.lg-container:not([class~="lg-inline"])) .mobile-topbar-custom {
height: 10vh;
}
+ .ar-lt-0\.8\:h-\[30vh\] {
+ height: 30vh;
+ }
+
.ar-lt-0\.8\:h-\[90vh\] {
height: 90vh;
}
@@ -424,6 +428,10 @@ body:has(.lg-container:not([class~="lg-inline"])) .mobile-topbar-custom {
width: 8vh;
}
+ .ar-lt-0\.8\:w-\[80\%\] {
+ width: 80%;
+ }
+
.ar-lt-0\.8\:w-\[90vw\] {
width: 90vw;
}