diff options
| author | 2025-08-31 11:28:05 +0700 | |
|---|---|---|
| committer | 2025-08-31 11:28:05 +0700 | |
| commit | 3cda48aadae9033f6041e19bbaca4f02ff777d56 (patch) | |
| tree | 54c5bc4196208ed55a3705a2a2f8e0dca10be397 /static | |
| parent | 9340e7022d95c912db5f1d9fcb0313743ae3cb4a (diff) | |
| download | web-3cda48aadae9033f6041e19bbaca4f02ff777d56.tar.gz web-3cda48aadae9033f6041e19bbaca4f02ff777d56.zip | |
refactor: move embeds right into general page
Diffstat (limited to 'static')
| -rw-r--r-- | static/input.css | 5 |
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; |