From 8b5f7745c09bfd498c13274385746cd222e5f563 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Fri, 17 Oct 2025 02:12:52 +0700 Subject: feat: translate the remainings of vh/vw to dvh/dvw --- static/input.css | 2 +- views/index.html | 2 +- views/layouts/general-page.html | 6 +++--- views/pages/global-map.html | 6 +++--- 4 files changed, 8 insertions(+), 8 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; } diff --git a/views/index.html b/views/index.html index c754a08..4b8fe37 100644 --- a/views/index.html +++ b/views/index.html @@ -56,7 +56,7 @@ - +
*
*
diff --git a/views/layouts/general-page.html b/views/layouts/general-page.html index dc78e09..c320666 100644 --- a/views/layouts/general-page.html +++ b/views/layouts/general-page.html @@ -12,7 +12,7 @@ - + - -
+
diff --git a/views/pages/global-map.html b/views/pages/global-map.html index 27c8a73..063337c 100644 --- a/views/pages/global-map.html +++ b/views/pages/global-map.html @@ -15,7 +15,7 @@ - + - -
+
-- cgit v1.3.1+13