forked from MapComplete/MapComplete
Feature: add compass widget/north arrow indicator (which resets rotation when clicking), small UI tweaks
This commit is contained in:
parent
46b75b877b
commit
eea659da7c
17 changed files with 271 additions and 21 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue