aboutsummaryrefslogtreecommitdiffstats
path: root/apps/weather_status
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-11-18 12:25:05 +0100
committerskjnldsv <skjnldsv@protonmail.com>2024-11-19 09:42:13 +0100
commitf6e6ba4851cc3ed056f43f3e47cc696bede4e259 (patch)
tree50c72a54867fee5ff9c87c727c9cc4041ceaa6f2 /apps/weather_status
parent212cac94690ae9c9f0616cff8df69229be88dab1 (diff)
downloadnextcloud-server-f6e6ba4851cc3ed056f43f3e47cc696bede4e259.tar.gz
nextcloud-server-f6e6ba4851cc3ed056f43f3e47cc696bede4e259.zip
refactor(styles): Adjust code style in SCSS sources to match our stylelint config
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/weather_status')
-rw-r--r--apps/weather_status/src/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue
index f1ef28427f4..5dd1d96eea3 100644
--- a/apps/weather_status/src/App.vue
+++ b/apps/weather_status/src/App.vue
@@ -570,6 +570,7 @@ export default {
align-items: center;
justify-content: center;
}
+
.weather-image {
width: calc(var(--default-clickable-area) - 2 * var(--default-grid-baseline));
}