mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
fix(dashboard): Fix missing weather icon
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
3638633a0b
commit
f9cde4728d
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue