From cd8746883e558e8527355e1c2342e8053848e91c Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 12 Aug 2025 13:55:17 +0700 Subject: fix: published time sort format: have a map more square on mobile --- static/input.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/input.css') 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; } -- cgit v1.3.1+13