fix: lint
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kolaente 2021-12-26 19:08:18 +01:00
parent fc62016130
commit 9c1464381c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -168,7 +168,7 @@ store.dispatch('labels/loadAllLabels')
// Used to make sure the spinner is always in the middle while loading // Used to make sure the spinner is always in the middle while loading
> .loader-container { > .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) { @media screen and (max-width: $tablet) {