diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index ea20b1e64..563d32c97 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -977,6 +977,7 @@ StScrollBar { spacing-columns: 0.8em; } + .weather-header-box, .weather-box { spacing: 0.4em; } diff --git a/js/ui/dateMenu.js b/js/ui/dateMenu.js index 0b9c0d932..4595d6cfb 100644 --- a/js/ui/dateMenu.js +++ b/js/ui/dateMenu.js @@ -267,7 +267,7 @@ class WeatherSection extends St.Button { this.child = box; - let titleBox = new St.BoxLayout(); + let titleBox = new St.BoxLayout({ style_class: 'weather-header-box' }); titleBox.add_child(new St.Label({ style_class: 'weather-header', x_align: Clutter.ActorAlign.START,