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;