CSS: Add minimal-layout styles for #content-wrapper

This commit is contained in:
Florian Strohmaier 2019-07-04 14:56:14 +02:00 committed by Johannes Meyer
parent 615085d744
commit 4febf7433e
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@
box-shadow: none;
}
#content-wrapper {
flex-direction: column;
}
ul > .selected > a:after,
ul > .nav-item.active:after {
display: none;