[gnome-shell] theme: Decrease padding on folder view popup



commit beec47d7ad3c7252cbe68a319c6eff8efc93c249
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Sep 6 02:54:04 2013 +0200

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 9e62bae..07ca59c 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 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]