theme: Scale media player button padding with font size
The total width of the MediaMessage scales with the font size, but the padding of the media player buttons do not, which can become an issue with text-scaling-factor < 1. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3664 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1632>
This commit is contained in:
parent
c61e1e5c2c
commit
0f46a1d650
@ -99,7 +99,7 @@
|
||||
|
||||
/* Media Controls */
|
||||
.message-media-control {
|
||||
padding: $base_padding * 2 $base_padding * 4;
|
||||
padding: $base_padding * 2 1.64em; // $base_padding * 4 = 24px
|
||||
color: darken($fg_color, 15%);
|
||||
|
||||
// uses $hover_bg_color since the media controls are in a notification_bubble
|
||||
|
Loading…
Reference in New Issue
Block a user