Adjust sidebar panel margin
Since navigation panels now always close when the sidebar is minimized, it's not longer necessare to move their contents out of the visible margin under the icons. This gives a bit more space for contents.
This commit is contained in:
parent
02b0cec69f
commit
80e39be048
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@
|
|||
div.nav-panel {
|
||||
display: none;
|
||||
margin-top: .5rem;
|
||||
margin-left: @menu-margin;
|
||||
margin-left: @margin-small;
|
||||
|
||||
ul {
|
||||
margin-bottom: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue