Skip to content
Snippets Groups Projects
Commit e02fb9f6 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#412 - design improvements: Fixed not all menu items visible/scrollable (about, logout)

parent 4d73d338
No related branches found
No related tags found
No related merge requests found
Pipeline #2063 failed
...@@ -116,6 +116,11 @@ main { ...@@ -116,6 +116,11 @@ main {
width: 350px; width: 350px;
} }
ul.sidenav.sidenav-fixed > li:last-child
{
margin-bottom: 160px;
}
.sidenav, .sidenav-sub, .searchWrapper { .sidenav, .sidenav-sub, .searchWrapper {
background-color: #444444; background-color: #444444;
box-shadow: none; box-shadow: none;
......
...@@ -111,6 +111,11 @@ main { ...@@ -111,6 +111,11 @@ main {
width: 350px; width: 350px;
} }
ul.sidenav.sidenav-fixed > li:last-child
{
margin-bottom: 160px;
}
.sidenav li.active { .sidenav li.active {
background-color: rgba(0, 0, 0, 0.15); background-color: rgba(0, 0, 0, 0.15);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment