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;