From 6b0fe1b0b074072c99d26729c20b06936d77900a Mon Sep 17 00:00:00 2001 From: Marina Zhurakhinskaya Date: Thu, 25 Nov 2010 01:40:56 -0500 Subject: [PATCH] Add padding on the left of the notification scrollbar It looks better that way. https://bugzilla.gnome.org/show_bug.cgi?id=630752 --- data/theme/gnome-shell.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index d9fa4a8fa..b27018209 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -823,6 +823,10 @@ StTooltip StLabel { height: 1em; } +#notification-scrollview > StScrollBar { + padding-left: 6px; +} + #notification-body { spacing: 5px; }