Sort out panel CSS
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-26 17:25:21 +02:00
parent c783cbe543
commit badae8a3a0
14 changed files with 747 additions and 856 deletions
+15
View File
@@ -1,6 +1,7 @@
@use "@styles/common";
@use "@styles/var";
@use "@styles/color";
@use "@styles/page.project.panel";
$thumbnail-max-size: 60px;
@@ -10,6 +11,7 @@ $thumbnail-max-size: 60px;
top: 0;
bottom: 0;
width: 100%;
@include common.font();
.maplibregl-marker-covered {
pointer-events: none;
@@ -135,4 +137,17 @@ $thumbnail-max-size: 60px;
}
}
}
.maplibregl-ctrl-bottom-right {
margin: var.$block-spacing;
transition: transform 0.5s;
@extend .panel-control;
.maplibregl-ctrl-scale {
margin: 0;
background-color: transparent;
border-color: color.$default;
color: color.$default;
}
}
}