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:
@@ -181,9 +181,10 @@ div.worldcontrol select {
|
||||
}
|
||||
|
||||
.ov-marker-legend {
|
||||
height: 1.5rem;
|
||||
height: 1.5em;
|
||||
float: right;
|
||||
clear: right;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.leaflet-div-icon {
|
||||
|
||||
Reference in New Issue
Block a user