From d524a3e7576f2cc5eca44b70309f71f9492771af Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Tue, 21 Nov 2023 15:26:13 +0100 Subject: [PATCH] [web] Format source code --- web-src/index.html | 2 +- web-src/src/components/NotificationList.vue | 4 +++- web-src/src/mystyles.scss | 8 ++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/web-src/index.html b/web-src/index.html index e9b9cf6a..0c14562d 100644 --- a/web-src/index.html +++ b/web-src/index.html @@ -1,4 +1,4 @@ - + diff --git a/web-src/src/components/NotificationList.vue b/web-src/src/components/NotificationList.vue index 18a4c042..97ccef64 100644 --- a/web-src/src/components/NotificationList.vue +++ b/web-src/src/components/NotificationList.vue @@ -55,6 +55,8 @@ export default { margin-bottom: 10px; margin-left: 24px; margin-right: 24px; - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); + box-shadow: + 0 4px 8px 0 rgba(0, 0, 0, 0.2), + 0 6px 20px 0 rgba(0, 0, 0, 0.19); } diff --git a/web-src/src/mystyles.scss b/web-src/src/mystyles.scss index 52285a79..3dcc8137 100644 --- a/web-src/src/mystyles.scss +++ b/web-src/src/mystyles.scss @@ -21,7 +21,9 @@ color: $black; } .lyrics-overlay { - box-shadow: 0px 40px 40px 0px $white inset, 0px -40px 40px 0px $white inset; + box-shadow: + 0px 40px 40px 0px $white inset, + 0px -40px 40px 0px $white inset; } .progress-bar { @@ -78,7 +80,9 @@ a.navbar-item { } .fd-has-shadow img { - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); + box-shadow: + 0 4px 8px 0 rgba(0, 0, 0, 0.2), + 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .fd-page {