Diffstat (limited to 'static/input.css')
| -rw-r--r-- | static/input.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/input.css b/static/input.css index be85915..1e7f9fc 100644 --- a/static/input.css +++ b/static/input.css @@ -385,6 +385,10 @@ body[data-theme~="ram"] .leaflet-tile { max-width: 20dvh; } + .ar-gt-0\.8\:max-w-\[100dvh\] { + max-width: 100dvh; + } + .ar-gt-0\.8\:items-center { align-items: center; } |