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