From 2daa096a09578b58b69c8baab64748745f888377 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 15 Oct 2024 17:23:12 +0800 Subject: [PATCH] update --- src/sass/gnome-shell/common/_calendar.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/sass/gnome-shell/common/_calendar.scss b/src/sass/gnome-shell/common/_calendar.scss index e91fedf4..76bd2e0a 100644 --- a/src/sass/gnome-shell/common/_calendar.scss +++ b/src/sass/gnome-shell/common/_calendar.scss @@ -138,10 +138,10 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas @extend %numeric; // @extend %smaller; text-align: center; - width: 2.2em !important; - height: 2.2em !important; - padding: 2px !important; - margin: 2px !important; + width: if($font_size == 'normal', 2.8em, 2.4em) !important; + height: if($font_size == 'normal', 2.8em, 2.4em) !important; + padding: 0; + margin: 2px; border-radius: $circular_radius; color: $alt_fg_color; font-feature-settings: "tnum"; @@ -238,10 +238,10 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas .calendar-week-number { @extend %smaller; - width: 2em !important; - height: 2em !important; - margin: 0.6em 0.6em 0.6em 0.2em !important; - padding: 0 0.3em !important; + width: 2.4em !important; + height: 2.4em !important; + margin: 6px !important; + padding: 0 !important; border-radius: $bt_radius; background-color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05)); color: $hint_fg_color;