Add space between menu items
This commit is contained in:
parent
d25522b83d
commit
b64dc19c39
@ -156,6 +156,7 @@ input {
|
|||||||
padding: 0.8rem 0.8rem 0.7rem;
|
padding: 0.8rem 0.8rem 0.7rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
border-bottom: 0.1rem solid transparent;
|
||||||
|
|
||||||
> button {
|
> button {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@ -341,6 +342,12 @@ input {
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
|
||||||
|
/* Workaround for focus outlines until https://github.com/Leaflet/Leaflet/pull/7259 gets released */
|
||||||
|
:focus {
|
||||||
|
outline: -webkit-focus-ring-color auto thin !important;
|
||||||
|
outline: revert !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaflet-players-pane {
|
.leaflet-players-pane {
|
||||||
|
Loading…
Reference in New Issue
Block a user