From 0998481fd48dd4a58081ee5c09328e237f1e3fac Mon Sep 17 00:00:00 2001 From: SouthFox Date: Wed, 14 Aug 2024 01:02:11 +0800 Subject: [PATCH] [style] expand message bubble max-width --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index e680e43..68fb67a 100644 --- a/static/style.css +++ b/static/style.css @@ -56,7 +56,7 @@ body { .message-bubble { padding: 12px 18px; - max-width: 70%; + max-width: 95%; border-radius: 20px; line-height: 1.6; font-size: 0.95rem;