From ddd630117a3afa5e390790be3a4962bc8c71572b Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Wed, 9 Mar 2022 17:01:07 +0100 Subject: [PATCH] menu.less: Align `.config-menu` --- public/css/icinga/menu.less | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index 6101c3806..7933b6358 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -17,15 +17,6 @@ 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 { vertical-align: middle; @@ -480,9 +471,10 @@ input[type=text].search-input { padding: 0; color: @text-color-light; position: absolute; - bottom: 0.2em; + bottom: 0; right: 0; z-index: 3; + line-height: 2; i { background-color: @body-bg-color;