0

web_assets: make poi control icons look less bad

using rem here is probably wrong because we want to be the height
of the line in the span we're inside of, not of some global thing.

Also, add a margin to the left.
This commit is contained in:
Nicolas F
2020-07-01 18:59:34 +02:00
parent f54e398a2a
commit 27eabb08a5

View File

@@ -181,9 +181,10 @@ div.worldcontrol select {
} }
.ov-marker-legend { .ov-marker-legend {
height: 1.5rem; height: 1.5em;
float: right; float: right;
clear: right; clear: right;
margin-left: 20px;
} }
.leaflet-div-icon { .leaflet-div-icon {