From 9690c6dac3f7a55a1fe4bfbe92f9c1fb0dc37c3d Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 10 Apr 2023 09:35:56 +1200 Subject: [PATCH] Center metadata window --- client/homebrew/navbar/navbar.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/homebrew/navbar/navbar.less b/client/homebrew/navbar/navbar.less index 67c504e2b..038cdd676 100644 --- a/client/homebrew/navbar/navbar.less +++ b/client/homebrew/navbar/navbar.less @@ -183,7 +183,8 @@ min-width: 100px; width: 80%; max-width: 440px; - left: 10%; + left: 0; + right : 0; max-height : ~"calc(100vh - 28px)"; background-color : #333; display: flex;