diff --git a/apps/weather_status/js/weather-status.js b/apps/weather_status/js/weather-status.js index d316f052679af091221bceca9565845aa167017d..51c644da9f0daeeaf7605555e085cdf160aa592a 100644 Binary files a/apps/weather_status/js/weather-status.js and b/apps/weather_status/js/weather-status.js differ diff --git a/apps/weather_status/js/weather-status.js.map b/apps/weather_status/js/weather-status.js.map index ec86e5691844b606fd8fa9f27fbd747b3a4a41dd..73e99138c6befc5f5a459b3b154f54a7075d8517 100644 Binary files a/apps/weather_status/js/weather-status.js.map and b/apps/weather_status/js/weather-status.js.map differ diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue index 6aaef4aaf6d776586db5838fa52dbdfc967b3885..b845d1ecc8577330774ac704069d6996d020201a 100644 --- a/apps/weather_status/src/App.vue +++ b/apps/weather_status/src/App.vue @@ -487,7 +487,7 @@ li:not(.inline) .weather-status-menu-item { } } - li { - list-style-type: none; - } +li { + list-style-type: none; +} </style>