diff options
| author | 2025-10-17 02:12:52 +0700 | |
|---|---|---|
| committer | 2025-10-17 02:18:39 +0700 | |
| commit | 8b5f7745c09bfd498c13274385746cd222e5f563 (patch) | |
| tree | ce5f48e0d82743c56845ecd62e07d07afb23d988 /static | |
| parent | 88244f64a8e08a41bd953e7da72934cba14114db (diff) | |
| download | web-8b5f7745c09bfd498c13274385746cd222e5f563.tar.gz web-8b5f7745c09bfd498c13274385746cd222e5f563.zip | |
feat: translate the remainings of vh/vw to dvh/dvw
Diffstat (limited to 'static')
| -rw-r--r-- | static/input.css | 2 |
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; } |