summaryrefslogtreecommitdiff
path: root/static
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2025-08-31 11:28:05 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2025-08-31 11:28:05 +0700
commit3cda48aadae9033f6041e19bbaca4f02ff777d56 (patch)
tree54c5bc4196208ed55a3705a2a2f8e0dca10be397 /static
parent9340e7022d95c912db5f1d9fcb0313743ae3cb4a (diff)
downloadweb-3cda48aadae9033f6041e19bbaca4f02ff777d56.tar.gz
web-3cda48aadae9033f6041e19bbaca4f02ff777d56.zip
refactor: move embeds right into general page
Diffstat (limited to 'static')
-rw-r--r--static/input.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/input.css b/static/input.css
index 47e7d16..a64c59d 100644
--- a/static/input.css
+++ b/static/input.css
@@ -472,6 +472,11 @@ body:has(.lg-container:not([class~="lg-inline"])) #sidebar {
}
}
+.map-container .leaflet-container {
+ width: 100% !important;
+ height: 100% !important;
+}
+
body[data-theme~="night"] .leaflet-tile,
body[data-theme~="ram"] .leaflet-tile {
filter: invert(1) hue-rotate(190deg) contrast(1.1) brightness(1.2) !important;