From 6bd20fff10f43cbc7cc5587a5dad7a100023d180 Mon Sep 17 00:00:00 2001 From: drakkar1969 Date: Wed, 27 Mar 2019 21:09:50 +0100 Subject: [PATCH] Fix Gnome shell calendar with 10pt font (#208) --- common/gnome-shell/3.30/sass/_common.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/gnome-shell/3.30/sass/_common.scss b/common/gnome-shell/3.30/sass/_common.scss index 81ccc20..e1b557f 100644 --- a/common/gnome-shell/3.30/sass/_common.scss +++ b/common/gnome-shell/3.30/sass/_common.scss @@ -1282,10 +1282,10 @@ StScrollBar { .calendar-week-number { @include fontsize($font-size * 0.75); font-weight: bold; - width: 2.3em; height: 1.8em; + width: 2.0em; height: 1.5em; border-radius: 2px; - padding: 0.5em 0 0; - margin: 6px; + padding: 0.4em 0 0; + margin: 2px 6px; background-color: transparentize($fg_color,0.7); color: $bg_color; }