Fixing spacing in Leaflet maps.
This commit is contained in:
parent
7f9fa35cca
commit
5c4ad952ca
|
|
@ -72,7 +72,7 @@ ul {
|
||||||
.openwebrx-map-legend select {
|
.openwebrx-map-legend select {
|
||||||
background-color: #FFF;
|
background-color: #FFF;
|
||||||
border-color: #DDD;
|
border-color: #DDD;
|
||||||
padding: 0 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.openwebrx-map-console {
|
.openwebrx-map-console {
|
||||||
|
|
@ -95,11 +95,3 @@ ul {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-control-layers {
|
|
||||||
line-height: 0.5 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.leaflet-control-layers-expanded {
|
|
||||||
padding: 5px !important;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue