menu.less: Align .config-menu

This commit is contained in:
Florian Strohmaier 2022-03-09 17:01:07 +01:00
parent 29ef96349c
commit ddd630117a

View File

@ -17,15 +17,6 @@
overflow-x: hidden; overflow-x: hidden;
} }
#layout:not(.minimal-layout) #menu {
// Space for the #toggle-sidebar button
&:after {
content: "";
display: block;
padding-bottom: 2.25em;
}
}
#menu .nav-item { #menu .nav-item {
vertical-align: middle; vertical-align: middle;
@ -480,9 +471,10 @@ input[type=text].search-input {
padding: 0; padding: 0;
color: @text-color-light; color: @text-color-light;
position: absolute; position: absolute;
bottom: 0.2em; bottom: 0;
right: 0; right: 0;
z-index: 3; z-index: 3;
line-height: 2;
i { i {
background-color: @body-bg-color; background-color: @body-bg-color;