diff --git a/data/stylesheet.css b/data/stylesheet.css index 846ce94..0315979 100644 --- a/data/stylesheet.css +++ b/data/stylesheet.css @@ -63,6 +63,7 @@ padding-left: 5px; .openweather-current-databox-captions { text-align: right; padding-right: 5px; +spacing: 0; } .openweather-forecast-icon { @@ -79,6 +80,7 @@ min-width: 140px; .openweather-forecast-day { font-size: 90%; +spacing: 0; } .openweather-forecast-iconbox { diff --git a/src/extension.js b/src/extension.js index 5e7336a..0ca5932 100644 --- a/src/extension.js +++ b/src/extension.js @@ -1373,7 +1373,7 @@ const OpenweatherMenuButton = new Lang.Class({ }); let rb_captions = new St.BoxLayout({ vertical: true, - style_class: 'popup-status-menu-item openweather-current-databox-captions' + style_class: 'popup-menu-item popup-status-menu-item openweather-current-databox-captions' }); let rb_values = new St.BoxLayout({ vertical: true, @@ -1466,7 +1466,7 @@ const OpenweatherMenuButton = new Lang.Class({ style_class: 'system-menu-action openweather-forecast-icon' }); forecastWeather.Day = new St.Label({ - style_class: 'popup-status-menu-item openweather-forecast-day' + style_class: 'popup-menu-item popup-status-menu-item openweather-forecast-day' }); forecastWeather.Summary = new St.Label({ style_class: 'system-menu-action openweather-forecast-summary'