From 9320875c4bd52954444ae39b507a7610f05e8189 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Tue, 29 Jun 2021 14:30:20 -0500 Subject: [PATCH] Gnome-shell: Fix padding bug on selected window preview at activities window --- gnome-shell/v40/_common.scss | 1 - gnome-shell/v40/gnome-shell.css | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gnome-shell/v40/_common.scss b/gnome-shell/v40/_common.scss index 39ac274..aa7cd81 100644 --- a/gnome-shell/v40/_common.scss +++ b/gnome-shell/v40/_common.scss @@ -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; } } diff --git a/gnome-shell/v40/gnome-shell.css b/gnome-shell/v40/gnome-shell.css index b6bcfac..f83b6c0 100644 --- a/gnome-shell/v40/gnome-shell.css +++ b/gnome-shell/v40/gnome-shell.css @@ -1253,8 +1253,7 @@ StScrollBar { .window-picker { -horizontal-spacing: 16px; - -vertical-spacing: 16px; - padding: 0 16px 16px; } + -vertical-spacing: 16px; } .window-picker.external-monitor { padding: 16px; }