Adjusted the width of the navigator to be 30px wider. Some languagues got longer words and therefore would glitch the navigator.

This commit is contained in:
jordy 2022-03-16 15:07:35 +01:00
parent ff46a89e79
commit 0ee0e9a3f0

View File

@ -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;