Browse Source
fix(dashboard): Fix missing weather icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/54836/head
Joas Schilling
2 months ago
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
1 changed files with
4 additions and
0 deletions
-
apps/weather_status/src/App.vue
|
|
@ -563,6 +563,10 @@ export default { |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
|
.icon-weather-status { |
|
|
|
background-image: url('../img/app-dark.svg'); |
|
|
|
} |
|
|
|
|
|
|
|
.weather-action-image-container { |
|
|
|
width: var(--default-clickable-area); |
|
|
|
height: var(--default-clickable-area); |
|
|
|