This commit is contained in:
Tykayn 2025-09-26 17:38:30 +02:00 committed by tykayn
parent 2bb77d2300
commit 98c40b2447
16 changed files with 1836 additions and 361 deletions

View file

@ -520,6 +520,7 @@ button:hover {
position: fixed;
bottom: 0.5rem;
right: 0.5rem;
padding: 2rem 1rem;
}
/* Tab styles */
@ -625,4 +626,12 @@ button{
padding: 1rem 0.5rem;
border-radius: 5px;
background-color: #79a2d1;
}
#eventsHistogram{
height: 150px;
}
.maplibregl-ctrl-attrib + .maplibregl-ctrl-attrib {
display: none;
}