summaryrefslogtreecommitdiff
path: root/static/input.css
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2025-10-17 02:12:52 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2025-10-17 02:18:39 +0700
commit8b5f7745c09bfd498c13274385746cd222e5f563 (patch)
treece5f48e0d82743c56845ecd62e07d07afb23d988 /static/input.css
parent88244f64a8e08a41bd953e7da72934cba14114db (diff)
downloadweb-8b5f7745c09bfd498c13274385746cd222e5f563.tar.gz
web-8b5f7745c09bfd498c13274385746cd222e5f563.zip
feat: translate the remainings of vh/vw to dvh/dvw
Diffstat (limited to 'static/input.css')
-rw-r--r--static/input.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/input.css b/static/input.css
index bc4f21f..d766049 100644
--- a/static/input.css
+++ b/static/input.css
@@ -447,7 +447,7 @@ body[data-theme~="ram"] .leaflet-tile {
width: 90dvw;
}
- .ar-lt-0\.8\:w-screen {
+ .ar-lt-0\.8\:w-\[100dvw\] {
width: 100dvw;
}