From 278a6fc7b7d331903f108ad7d1c80dc81047bd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcell=20F=C3=BCl=C3=B6p?= Date: Mon, 20 Jun 2022 17:42:45 +0000 Subject: [PATCH] :recycle: Style optimisation + minor refactor - use consistent css units - replace hard-coded color values with variables - update disk quota chart render (to allow for variable colors) - small style update to the notifications widget --- .../Widgets/NextcloudNotifications.vue | 29 ++++---- src/components/Widgets/NextcloudStats.vue | 8 +-- src/components/Widgets/NextcloudSystem.vue | 19 +++--- src/components/Widgets/NextcloudUser.vue | 66 ++++++++++++------- .../Widgets/NextcloudUserStatus.vue | 31 +++++---- src/styles/widgets/nextcloud-shared.scss | 37 ++++------- 6 files changed, 99 insertions(+), 91 deletions(-) diff --git a/src/components/Widgets/NextcloudNotifications.vue b/src/components/Widgets/NextcloudNotifications.vue index 1c2278fe..719f208d 100644 --- a/src/components/Widgets/NextcloudNotifications.vue +++ b/src/components/Widgets/NextcloudNotifications.vue @@ -1,9 +1,9 @@