Refactoring of various stuff

big mess, I don't remember what I was trying to accomplish there
This commit is contained in:
ThePetrovich 2025-12-14 18:06:17 +08:00
parent ffb27c2e0a
commit 8e3dfa54f9
22 changed files with 1083 additions and 647 deletions

View file

@ -75,7 +75,7 @@
white-space: nowrap;
}
.panel-container {
.panel-container-left {
position: absolute;
top: var(--panel-top);
left: var(--panel-left);
@ -86,6 +86,17 @@
z-index: 1001;
}
.panel-container-right {
position: absolute;
top: var(--panel-top);
right: var(--panel-left);
width: 23rem;
max-height: 90vh;
max-width: calc(100vw - var(--panel-left) - var(--panel-left));
overflow-y: auto;
z-index: 1001;
}
.leaflet-bar {
border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
border-radius: var(--bs-border-radius) !important;
@ -132,6 +143,10 @@
filter: brightness(0.6);
}
.dropdown-toggle-standalone::after {
margin-left: 0;
}
@media (max-width: 767.98px)
{
.coordinates-display {