Fixing spacing in Leaflet maps.

This commit is contained in:
Marat Fayzullin 2024-01-02 22:46:06 -05:00
parent 7f9fa35cca
commit 5c4ad952ca
1 changed files with 1 additions and 9 deletions

View File

@ -72,7 +72,7 @@ ul {
.openwebrx-map-legend select {
background-color: #FFF;
border-color: #DDD;
padding: 0 5px;
padding: 5px;
}
.openwebrx-map-console {
@ -95,11 +95,3 @@ ul {
text-align: center;
white-space: nowrap;
}
.leaflet-control-layers {
line-height: 0.5 !important;
}
.leaflet-control-layers-expanded {
padding: 5px !important;
}