From b7d3d0a6e7ff555cfdfef91b00261fd266687e34 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 15 Oct 2024 16:52:53 +0800 Subject: [PATCH] update --- src/sass/gnome-shell/common/_calendar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sass/gnome-shell/common/_calendar.scss b/src/sass/gnome-shell/common/_calendar.scss index 5a095b17..e91fedf4 100644 --- a/src/sass/gnome-shell/common/_calendar.scss +++ b/src/sass/gnome-shell/common/_calendar.scss @@ -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: 2.6em !important; - height: 2.6em !important; + width: 2.2em !important; + height: 2.2em !important; padding: 2px !important; margin: 2px !important; border-radius: $circular_radius; @@ -241,7 +241,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas width: 2em !important; height: 2em !important; margin: 0.6em 0.6em 0.6em 0.2em !important; - padding: 2px !important; + padding: 0 0.3em !important; border-radius: $bt_radius; background-color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05)); color: $hint_fg_color;