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:
Ignat Loskutov 2018-09-13 18:14:05 +00:00
parent 3fa3889fa5
commit df77fb6793

View File

@ -1084,8 +1084,8 @@ StScrollBar {
background-color: $bg_color; background-color: $bg_color;
border: 2px solid $bg_color; border: 2px solid $bg_color;
border-radius: 2px; border-radius: 2px;
icon-size: 16px; icon-size: 32px !important;
padding: 8px; } padding: 6px; }
} }