Adjust space between icon and menu in player
This commit is contained in:
parent
1b84ac0268
commit
c3aaadf4aa
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ $control-bar-icon-size: 0.8rem;
|
|||
border-radius: var(--border-radius);
|
||||
border: 2px solid var(--color-header-background);
|
||||
max-height: 20em;
|
||||
margin-bottom: -2px; // Prevents accidental dismissal when the gap is hovered.
|
||||
margin-bottom: -3px; // Prevents accidental dismissal when the gap is hovered.
|
||||
|
||||
li {
|
||||
font-size: $control-bar-popup-font-size;
|
||||
|
|
Loading…
Reference in a new issue