From c492bc677a5d93c0b5fe8d1d9d025029ef0f1e89 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 27 Jan 2025 23:50:49 +0100 Subject: [PATCH] Message List Bot Info: Decrease banner (#5532) --- src/components/middle/MessageListBotInfo.module.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/middle/MessageListBotInfo.module.scss b/src/components/middle/MessageListBotInfo.module.scss index b885562b2..4203c3478 100644 --- a/src/components/middle/MessageListBotInfo.module.scss +++ b/src/components/middle/MessageListBotInfo.module.scss @@ -7,14 +7,13 @@ } .bot-info { - max-width: 80%; + max-width: min(80%, 25rem); display: flex; flex-direction: column; background-color: var(--color-background); color: var(--color-text); font-size: calc(var(--message-text-size, 1rem) - 0.0625rem); - line-height: 1.75; border-radius: var(--border-radius-messages); overflow: hidden; text-align: initial;