Gnome-shell: Fix padding bug on selected window preview at activities window

This commit is contained in:
EliverLara
2021-06-29 14:30:20 -05:00
parent ad1dfa23b2
commit 9320875c4b
2 changed files with 1 additions and 3 deletions

View File

@@ -1387,7 +1387,6 @@ StScrollBar {
.window-picker { //container around window thumbnails
-horizontal-spacing: 16px;
-vertical-spacing: 16px;
padding: 0 16px 16px;
&.external-monitor { padding: 16px; }
}