fix layout height with borderless navbar/brand-link

This commit is contained in:
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 {
margin-top: $main-header-height;
}

View file

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