From ebc90c998aecac7be8486655d1558c4460b82797 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 9 Apr 2023 20:31:12 +1200 Subject: [PATCH] Position window correctly when nav bar is thick --- client/homebrew/navbar/navbar.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/homebrew/navbar/navbar.less b/client/homebrew/navbar/navbar.less index 8b9bfd359..41ca147e7 100644 --- a/client/homebrew/navbar/navbar.less +++ b/client/homebrew/navbar/navbar.less @@ -49,6 +49,7 @@ } } .brewTitle.navItem{ + height: 100%; font-size : 12px; font-weight : 800; color : white; @@ -172,6 +173,7 @@ align-items: center; display : flex; flex-grow: 1; + height: 100%; i{ margin-right: 10px; }