From 0ee0e9a3f09ab08d68fecc7c9f58a9f6dbc3e0ea Mon Sep 17 00:00:00 2001 From: jordy Date: Wed, 16 Mar 2022 15:07:35 +0100 Subject: [PATCH] Adjusted the width of the navigator to be 30px wider. Some languagues got longer words and therefore would glitch the navigator. --- src/App.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index a8a41ed8..27027ac9 100644 --- a/src/App.scss +++ b/src/App.scss @@ -29,7 +29,7 @@ $catalog-height: 400px; $inventory-width: 528px; $inventory-height: 320px; -$navigator-width: 400px; +$navigator-width: 430px; $navigator-height: 420px; $chat-input-style-selector-widget-width: 210px;