From 74f2098144bca4063d4d5fd44c35137e46543136 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 22 Jan 2023 02:13:58 +0200 Subject: [PATCH] reduce chat-message max width --- files/assets/css/chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index da7facbb6..f52e564b3 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -122,7 +122,7 @@ lite-youtube { .chat-message { max-height: 50vh; overflow: auto; - max-width: 85%; + max-width: 80%; display: inline-block; }