[gnome-shell-sass] padOsd: shuffle title labels hierarchy



commit c2e4db4980c4f99a237d20186dcd7f265a83cb6b
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Mar 13 21:12:35 2017 +0100

    padOsd: shuffle title labels hierarchy
    
    Add some boxes in between, so we can add the pad chooser button
    and the overall result is still centered.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=779986

 _common.scss |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 9df44c7..9ac261e 100644
--- a/_common.scss
+++ b/_common.scss
@@ -626,6 +626,9 @@ StScrollBar {
 .pad-osd-window {
     padding: 32px;
     background-color: transparentize(black, 0.2);
+
+  .pad-osd-title-box { spacing: 12px; }
+  .pad-osd-title-menu-box { spacing: 6px; }
 }
 
 .combo-box-label {


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