[gnome-shell-sass/gnome-3-36] calendar: Vertically center align week numbers
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-shell-sass/gnome-3-36] calendar: Vertically center align week numbers
- Date: Wed,  7 Oct 2020 18:20:08 +0000 (UTC)
commit f7642de0acd248c44c7fd0f6c29c3bda8eab52d1
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 a4f5b2d..9207d53 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]