From beec47d7ad3c7252cbe68a319c6eff8efc93c249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 6 Sep 2013 02:54:04 +0200 Subject: [PATCH] theme: Decrease padding on folder view popup If a folder view is scrolled, its scrollbar ends up too close to the content (even partially overlapping it) with the current padding. Making it much smaller fixes the issue without affecting the content position - the removed padding will just move to IconGrid's dynamic padding. https://bugzilla.gnome.org/show_bug.cgi?id=707662 --- data/theme/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 9e62bae47..07ca59cfa 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1022,7 +1022,7 @@ StScrollBar StButton#vhandle:active { } .app-folder-popup-bin { - padding: 15px; + padding: 5px; } .app-well-app.running > .overview-icon {