From df77fb6793e36c8726be35e26efd8793910c4bee Mon Sep 17 00:00:00 2001 From: Ignat Loskutov Date: Thu, 13 Sep 2018 18:14:05 +0000 Subject: [PATCH] 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. --- data/theme/gnome-shell-sass/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 22f9e826e..b7d052bcc 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -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; } }