summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2015-11-17 18:56:54 +0100
committerFlorian Müllner <fmuellner@gnome.org>2015-11-17 19:00:17 +0100
commit63e059c9237a119bfe5bfef555060e6730263936 (patch)
treeef0b08714052827e06069800cf0246950106cfa6
parent65482353d2ca4a4e0f79baca7771dc639272184b (diff)
downloadgnome-shell-sass-63e059c9237a119bfe5bfef555060e6730263936.tar.gz
Tweak power indicator spacing
Icon and label are tied together, so drop the spacing usually used between status items. https://bugzilla.gnome.org/show_bug.cgi?id=735771
-rw-r--r--_common.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/_common.scss b/_common.scss
index 97eaedf..41f490b 100644
--- a/_common.scss
+++ b/_common.scss
@@ -719,6 +719,11 @@ StScrollBar {
spacing: 2px;
}
+ // spacing between power icon and (optional) percentage label
+ .power-status.panel-status-indicators-box {
+ spacing: 0;
+ }
+
.screencast-indicator { color: $warning_color; }
}