fix layout height with borderless navbar/brand-link
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -31,6 +31,10 @@
|
||||
&:hover {
|
||||
@include scrollbar-width-thin();
|
||||
}
|
||||
|
||||
.brand-link.border-bottom-0 ~ & {
|
||||
height: calc(100% - #{$main-header-height-inner});
|
||||
}
|
||||
}
|
||||
|
||||
// Sidebar user panel
|
||||
|
||||
Reference in New Issue
Block a user