fix layout height with borderless navbar/brand-link

pull/3572/head
REJack 2021-04-07 01:45:52 +02:00
parent 92ccf7896d
commit 11c2a74e72
2 changed files with 7 additions and 0 deletions

View File

@ -160,6 +160,9 @@ body,
} }
} }
.main-header.border-bottom-0 ~ .content-wrapper {
margin-top: $main-header-height-inner;
}
.content-wrapper { .content-wrapper {
margin-top: $main-header-height; margin-top: $main-header-height;
} }

View File

@ -31,6 +31,10 @@
&:hover { &:hover {
@include scrollbar-width-thin(); @include scrollbar-width-thin();
} }
.brand-link.border-bottom-0 ~ & {
height: calc(100% - #{$main-header-height-inner});
}
} }
// Sidebar user panel // Sidebar user panel