Fixing spacing in Leaflet maps.
This commit is contained in:
parent
7f9fa35cca
commit
5c4ad952ca
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue