summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Henriksson <joonas.henriksson@gmail.com>2020-08-17 17:15:25 +0300
committerFlorian Müllner <fmuellner@gnome.org>2020-10-07 20:19:00 +0200
commitf7642de0acd248c44c7fd0f6c29c3bda8eab52d1 (patch)
treeb22181f61186a7d4f252c958d727cfe6de831492
parent02451a1badf9160d6ca1f984fe187025870d02f5 (diff)
downloadgnome-shell-sass-gnome-3-36.tar.gz
calendar: Vertically center align week numbersgnome-3-36
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
-rw-r--r--widgets/_calendar.scss1
1 files changed, 0 insertions, 1 deletions
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%);