diff options
| author | 2025-08-12 13:55:17 +0700 | |
|---|---|---|
| committer | 2025-08-12 13:55:17 +0700 | |
| commit | cd8746883e558e8527355e1c2342e8053848e91c (patch) | |
| tree | 3e1b246224fc4373ebd0c79d99b7a0e896cdd982 /static/input.css | |
| parent | 09cb8a09061d1a8d748ca456780a54a99e1decf3 (diff) | |
| download | web-0.5.4.tar.gz web-0.5.4.zip | |
fix: published time sortv0.5.4
format: have a map more square on mobile
Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 8 |
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; } |