From 61b1dc7f3e174a22a69ed2bdef1777cbce80353d Mon Sep 17 00:00:00 2001 From: Rodrigo Emanuel Date: Tue, 3 Jun 2025 01:47:18 -0300 Subject: [PATCH] Update app.css --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index f81cee9..a063dec 100644 --- a/css/app.css +++ b/css/app.css @@ -474,7 +474,7 @@ body { .wrapper.horizontal #chat { flex-direction: row-reverse; align-items: flex-end; - gap: 15px; + gap: 10px; width: max-content; }