diff --git a/templates/widgets/asidenav.lucius b/templates/widgets/asidenav.lucius index 6d79460dd..8dce6117c 100644 --- a/templates/widgets/asidenav.lucius +++ b/templates/widgets/asidenav.lucius @@ -4,7 +4,7 @@ box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); z-index: 1; flex: 0 0 300px; - min-height: calc(100% - 80px); + min-height: calc(100% - var(--header-height)); transition: all .2s ease-out; width: 24%; @@ -164,7 +164,7 @@ width: 50px; flex-basis: 50px; overflow: hidden; - min-height: calc(100% - 50px); + min-height: calc(100% - var(--header-height-collapsed)); ~ .main__content { padding-left: 50px; diff --git a/templates/widgets/navbar.lucius b/templates/widgets/navbar.lucius index 6e3d69798..08c44c5fa 100644 --- a/templates/widgets/navbar.lucius +++ b/templates/widgets/navbar.lucius @@ -88,6 +88,10 @@ &::before { content: none; } + + &::after { + margin-left: 0; + } } }