This commit is contained in:
vinceliuice 2024-11-08 15:43:24 +08:00
parent bef68bd6e3
commit 91b28c11b7

View File

@ -360,7 +360,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
// Weather // Weather
.weather-button { .weather-button {
.weather-box { .weather-box {
spacing: $base_spacing + $base_margin; spacing: $base_spacing;
} }
.weather-header-box { .weather-header-box {
@ -384,15 +384,16 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
.weather-forecast-time { .weather-forecast-time {
@extend %numeric; @extend %numeric;
@include fontsize(10pt); @extend %smaller;
color: $alt_fg_color; color: $alt_fg_color;
font-weight: normal; font-weight: normal;
padding-top: 0.2em; padding-top: $base_padding;
padding-bottom: 0.4em; padding-bottom: $base_padding;
} }
.weather-forecast-icon { .weather-forecast-icon {
icon-size: 32px; icon-size: 32px;
margin-bottom: $base_margin;
} }
.weather-forecast-temp { .weather-forecast-temp {