mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
media section: Change size of the fallback cover
Fallback cover used to be larger than the non-fallback one, making the media controls look inconsistent.
This commit is contained in:
parent
3fa3889fa5
commit
df77fb6793
1 changed files with 2 additions and 2 deletions
|
|
@ -1084,8 +1084,8 @@ StScrollBar {
|
|||
background-color: $bg_color;
|
||||
border: 2px solid $bg_color;
|
||||
border-radius: 2px;
|
||||
icon-size: 16px;
|
||||
padding: 8px; }
|
||||
icon-size: 32px !important;
|
||||
padding: 6px; }
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue