From f176d890c04b5c727874442558330a70440bf982 Mon Sep 17 00:00:00 2001 From: Allan Day Date: Tue, 27 Aug 2013 19:56:41 +0100 Subject: [PATCH] Increase padding between system status icons Makes the icons easier to read, and increases the size of the click target a bit. https://bugzilla.gnome.org/show_bug.cgi?id=706796 --- data/theme/gnome-shell.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 02aa60450..5a4b5644f 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -633,11 +633,12 @@ StScrollBar StButton#vhandle:active { .panel-status-indicators-box, .panel-status-menu-box { - spacing: 8px; + spacing: 2px; } .system-status-icon { icon-size: 1.09em; + padding: 0 5px; } .aggregate-menu {