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

@ -297,6 +297,14 @@
&.namespaces-lists {
padding-top: $navbar-padding / 2;
}
&.loader-container.is-loading:after {
width: 1.5em;
height: 1.5em;
top: calc(50% - .75em);
left: calc(50% - .75em);
border-width: 2px;
}
}
.top-menu {