ui: Fix up positioning of subpage loader animation (#8879)

This commit is contained in:
John Cowen 2020-10-08 20:32:16 +01:00 committed by GitHub
parent 708957a982
commit 962ab25503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,4 @@
/* layout */ /* layout */
%app-view {
position: relative;
}
%app-view-title { %app-view-title {
display: flex; display: flex;
align-items: center; align-items: center;

View File

@ -1,6 +1,6 @@
main header nav:first-child { main header nav:first-child {
position: absolute; position: absolute;
top: -38px; top: 12px;
} }
main header nav:first-child ol { main header nav:first-child ol {
@extend %breadcrumbs; @extend %breadcrumbs;

View File

@ -53,6 +53,7 @@ html:not(.has-nspaces) [class*='nspace-'] {
} }
main { main {
@extend %with-sticky-footer-content; @extend %with-sticky-footer-content;
position: relative;
} }
main, main,
#wrapper > footer { #wrapper > footer {