Merge pull request #29 from Simbaxo/carets-in-map
Fix carets in the map shrink
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
9b62618de5
commit
61cd404c41
@ -13,9 +13,11 @@ aside#map ul {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-title>svg {
|
.map-title>svg {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
flex-shrink: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
li.open>.map-title svg {
|
li.open>.map-title svg {
|
||||||
|
Reference in New Issue
Block a user