Adjust space between icon and menu in player

This commit is contained in:
Raphael Wickihalder 2022-06-01 19:49:50 +02:00
parent 1b84ac0268
commit c3aaadf4aa
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -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;