From cb3af2d0d6b084ff0718603b1eae435723672db4 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Tue, 25 Nov 2025 17:03:06 +0100 Subject: [PATCH] Matugen/Vesktop: fix chatbar height --- Assets/MatugenTemplates/vesktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/MatugenTemplates/vesktop.css b/Assets/MatugenTemplates/vesktop.css index e004f3cc..6a85df16 100644 --- a/Assets/MatugenTemplates/vesktop.css +++ b/Assets/MatugenTemplates/vesktop.css @@ -65,7 +65,7 @@ body { /* chatbar options */ --custom-chatbar: separated; /* off: default chatbar, separated: chatbar separated from chat */ - --chatbar-height: 47px; /* height of the chatbar (56px by default, 47px to align with user panel, 56px recommended for separated) */ + --chatbar-height: 56px; /* height of the chatbar (56px by default, 47px to align with user panel, 56px recommended for separated) */ /* other options */ --small-user-panel: off; /* off: default user panel, on: smaller user panel like in old discord */