From aa2c8ae4350e7e374d82c90c3c8cd9cbba0ba771 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Mon, 13 May 2024 15:11:11 -0230 Subject: [PATCH] style: Adjust font sizes in Calendar popover - increase the font size definition for %smaller used by calendar - drop numeric time style for weather box Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7400 Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6024 Part-of: --- data/theme/gnome-shell-sass/_common.scss | 2 +- data/theme/gnome-shell-sass/widgets/_calendar.scss | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index adb8b70ef..28a7a5c1c 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -291,7 +291,7 @@ stage { %smaller { font-weight: 400; - @include fontsize(8pt); + @include fontsize(9pt); } %monospace {font-family: monospace;} diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss b/data/theme/gnome-shell-sass/widgets/_calendar.scss index f34e59110..80b30dc93 100644 --- a/data/theme/gnome-shell-sass/widgets/_calendar.scss +++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss @@ -268,10 +268,9 @@ spacing-columns: $base_padding * 2; .weather-forecast-time { - @extend %numeric; - @include fontsize(10pt); - padding-top: 0.2em; - padding-bottom: 0.4em; + @extend %smaller; + padding-top: $base_padding; + padding-bottom: $base_padding; } .weather-forecast-icon { icon-size: $large_scalable_icon_size;