summaryrefslogtreecommitdiff
path: root/views
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2025-10-18 22:49:34 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2025-10-18 22:49:34 +0700
commit0aeed432c4fbce4a87b56e4dcb14b25065438300 (patch)
tree09a444341fff609c2920c10c0b1eb8442a3ea5e0 /views
parentf87c9ca31061b232e7e3d71b8cb3c5895c9f77dc (diff)
downloadweb-0aeed432c4fbce4a87b56e4dcb14b25065438300.tar.gz
web-0aeed432c4fbce4a87b56e4dcb14b25065438300.zip
fix: stretch map to feel empty space on the right
Diffstat (limited to 'views')
-rw-r--r--views/pages/global-map.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/global-map.html b/views/pages/global-map.html
index e9236e4..686b46b 100644
--- a/views/pages/global-map.html
+++ b/views/pages/global-map.html
@@ -69,7 +69,7 @@
</div>
</div>
- <div id="map-container" class="bg-background-dark flex z-10 w-[95dvw] ar-lt-0.8:w-[100dvw] h-[100dvh] ar-lt-0.8:h-[92dvh]"></div>
+ <div id="map-container" class="bg-background-dark flex z-10 w-[calc(100dvw-5rem)] ar-lt-0.8:w-[100dvw] h-[100dvh] ar-lt-0.8:h-[92dvh]"></div>
<script src="https://f003.backblazeb2.com/file/sayana-static/libs/htmx/2.0.6/htmx.min.js"></script>
<script src="https://f003.backblazeb2.com/file/sayana-static/libs/leaflet/1.9.4/leaflet.js"></script>