[gnome-shell-sass] dateMenu: Add some spacing between date and indicator



commit 097e9c6933152964c341aa6e35dbc78cd790a472
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Jan 17 17:41:49 2020 +0100

    dateMenu: Add some spacing between date and indicator
    
    While the existing dot doesn't necessarily need padding, we are about
    to (sometimes) showing a "proper" icon there.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/239

 widgets/_calendar.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/widgets/_calendar.scss b/widgets/_calendar.scss
index 2e2495c..e1bb0e5 100644
--- a/widgets/_calendar.scss
+++ b/widgets/_calendar.scss
@@ -1,5 +1,7 @@
 /* Date/Time Menu */
 
+.clock-display-box { spacing: $base_spacing; }
+
 // overall menu
 #calendarArea {
   padding:0;
@@ -263,4 +265,4 @@
     font-feature-settings: "tnum";
     @include fontsize($base_font_size - 1);
   }
-}
\ No newline at end of file
+}


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