ui: Fix up positioning of subpage loader animation (#8879)
This commit is contained in:
parent
4ae98cde2b
commit
6ab78805cb
|
@ -1,7 +1,4 @@
|
|||
/* layout */
|
||||
%app-view {
|
||||
position: relative;
|
||||
}
|
||||
%app-view-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
main header nav:first-child {
|
||||
position: absolute;
|
||||
top: -38px;
|
||||
top: 12px;
|
||||
}
|
||||
main header nav:first-child ol {
|
||||
@extend %breadcrumbs;
|
||||
|
|
|
@ -53,6 +53,7 @@ html:not(.has-nspaces) [class*='nspace-'] {
|
|||
}
|
||||
main {
|
||||
@extend %with-sticky-footer-content;
|
||||
position: relative;
|
||||
}
|
||||
main,
|
||||
#wrapper > footer {
|
||||
|
|
Loading…
Reference in New Issue