[gnome-shell-sass] calendar: Vertically center align week numbers



commit 03c1f82039ec78d9eb7d70b5877f6b8fd5e4990b
Author: Joonas Henriksson <joonas henriksson gmail com>
Date:   Mon Aug 17 17:15:25 2020 +0300

    calendar: Vertically center align week numbers
    
    The labels were previously aligned by using top-padding, which was
    relative to font-size, and therefore didn't always align the text
    correctly when font scaling was enabled.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1415

 widgets/_calendar.scss | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/widgets/_calendar.scss b/widgets/_calendar.scss
index 4f567a8..16391a1 100644
--- a/widgets/_calendar.scss
+++ b/widgets/_calendar.scss
@@ -170,7 +170,6 @@
     height: 1.8em;
     width: 2.3em; 
     border-radius: 2px;
-    padding: 0.5em 0 0;
     margin: 6px;
     background-color: darken($bg_color, 2%);
     color: lighten($fg_color, 5%);


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