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
This commit is contained in:
Florian Müllner 2013-09-06 02:54:04 +02:00
parent 6b554337ff
commit beec47d7ad

View File

@ -1022,7 +1022,7 @@ StScrollBar StButton#vhandle:active {
}
.app-folder-popup-bin {
padding: 15px;
padding: 5px;
}
.app-well-app.running > .overview-icon {