From 9c1464381c433fda65b6c1f6e31f7daf676a1ed9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 26 Dec 2021 19:08:18 +0100 Subject: [PATCH] fix: lint --- src/components/home/contentAuth.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue index d4dd9a457..a205b6e5a 100644 --- a/src/components/home/contentAuth.vue +++ b/src/components/home/contentAuth.vue @@ -165,10 +165,10 @@ store.dispatch('labels/loadAllLabels') .app-content { padding: $navbar-height + 1.5rem 1.5rem 1rem 1.5rem; z-index: 2; - + // Used to make sure the spinner is always in the middle while loading > .loader-container { - min-height: calc(100vh - #{$navbar-height + 1.5rem + 1rem}); + min-height: calc(100vh - #{$navbar-height + 1.5rem + 1rem}); } @media screen and (max-width: $tablet) {