From 0e226ca8db19370f16e545c590118f49ee438d55 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 9 Apr 2023 22:26:15 +1200 Subject: [PATCH] Add min and max widths --- client/homebrew/navbar/navbar.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/homebrew/navbar/navbar.less b/client/homebrew/navbar/navbar.less index dd389c560..aae1f87f3 100644 --- a/client/homebrew/navbar/navbar.less +++ b/client/homebrew/navbar/navbar.less @@ -180,7 +180,9 @@ .window{ position: absolute; bottom: 0; + min-width: 100px; width: 80%; + max-width: 440px; left: 10%; max-height : ~"calc(100vh - 28px)"; background-color : #333; @@ -188,7 +190,7 @@ flex-flow: row wrap; justify-content: flex-start; align-content: baseline; - padding: 0px 10px; + padding: 0px 10px 5px; border-radius: 0 0 5px 5px; margin: 0 auto; z-index: -1;