From bef68bd6e39d786b9478e336a6fec12e894f9900 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 8 Nov 2024 15:40:25 +0800 Subject: [PATCH] update #1167 --- src/sass/gnome-shell/common/_calendar.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sass/gnome-shell/common/_calendar.scss b/src/sass/gnome-shell/common/_calendar.scss index 85fe89ac..b5631253 100644 --- a/src/sass/gnome-shell/common/_calendar.scss +++ b/src/sass/gnome-shell/common/_calendar.scss @@ -93,8 +93,8 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas border: none; box-shadow: none !important; background-color: transparent; - padding: $base_padding !important; - margin: 0 !important; + padding: $base_padding; + margin: 0 $base_padding; text-shadow: none; // border-radius: $base_border_radius; @@ -138,8 +138,8 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas @extend %numeric; @extend %smaller; text-align: center; - width: if($font_size == 'normal', 2.8em, 2.4em); - height: if($font_size == 'normal', 2.8em, 2.4em); + width: if($font_size == 'normal', 3em, 2.8em); + height: if($font_size == 'normal', 3em, 2.8em); padding: 0; margin: 2px; border-radius: $circular_radius;