Skip to content

Commit 8c11ba8

Browse files
drakkar1969jnsh
authored andcommitted
gnome-shell: Fix overview window-picker padding
Fixes #87
1 parent 4fc604a commit 8c11ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/gnome-shell/3.38/sass/_common.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ StScrollBar {
16421642

16431643
.window-picker { //container around window thumbnails
16441644
spacing: 6px;
1645-
padding: 0 12px 12px;
1645+
padding: 12px;
16461646

16471647
&.external-monitor { padding: 12px; }
16481648
}

0 commit comments

Comments
 (0)