Feature: add compass widget/north arrow indicator (which resets rotation when clicking), small UI tweaks

This commit is contained in:
Pieter Vander Vennet 2025-07-31 20:24:36 +02:00
parent 46b75b877b
commit eea659da7c
17 changed files with 271 additions and 21 deletions

View file

@ -3163,6 +3163,10 @@ input[type="range"].range-lg::-moz-range-thumb {
border-style: dashed;
}
.border-dotted {
border-style: dotted;
}
.border-none {
border-style: none;
}
@ -8344,10 +8348,6 @@ svg.apply-fill path {
order: 9999;
}
.sm\:m-1 {
margin: 0.25rem;
}
.sm\:m-2 {
margin: 0.5rem;
}