1
0

Show loading spinner when loading namespaces & lists

This commit is contained in:
kolaente
2020-11-12 20:57:39 +01:00
parent 50b1d378e0
commit 15a2da41ba
5 changed files with 24 additions and 3 deletions

View File

@ -16,6 +16,10 @@ $lists-per-row: 5;
margin-bottom: 1rem;
}
&.loader-container.is-loading {
min-height: calc(100vh - #{$navbar-height + 1.5rem + 1rem + 1.5rem});
}
.namespace {
&:not(:last-child) {
margin-bottom: 1rem;