[gnome-shell-sass] Tweak power indicator spacing



commit 63e059c9237a119bfe5bfef555060e6730263936
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Nov 17 18:56:54 2015 +0100

    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

 _common.scss |    5 +++++
 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; }
 }
 


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