dateMenu: Adjust weather section spacing

Add some vertical spacing above and below the time labels to make
the section less crammed and let forecast icon and temperature
appear as a unit.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1143
This commit is contained in:
Florian Müllner 2019-12-19 01:03:24 +01:00
parent 6233d87e5b
commit 0d9dcd4e0a

View File

@ -223,6 +223,8 @@
font-feature-settings: "tnum";
@include fontsize($base_font_size - 2);
font-weight: normal;
padding-top: 0.2em;
padding-bottom: 0.4em;
}
.weather-forecast-icon {