[gnome-shell] dateMenu: Adjust weather section spacing



commit 0d9dcd4e0a024da749edd97dd1532d94f0da0ca6
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Dec 19 01:03:24 2019 +0100

    dateMenu: Adjust weather section spacing
    
    Add some vertical spacing above and below the time labels to make
    the section less crammed and let forecast icon and temperature
    appear as a unit.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/1143

 data/theme/gnome-shell-sass/widgets/_calendar.scss | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss 
b/data/theme/gnome-shell-sass/widgets/_calendar.scss
index a1dbe87316..ed2fa5f394 100644
--- a/data/theme/gnome-shell-sass/widgets/_calendar.scss
+++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss
@@ -223,6 +223,8 @@
     font-feature-settings: "tnum";
     @include fontsize($base_font_size - 2);
     font-weight: normal;
+    padding-top: 0.2em;
+    padding-bottom: 0.4em;
   }
 
   .weather-forecast-icon {


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