Message List Bot Info: Decrease banner (#5532)

This commit is contained in:
Alexander Zinchuk 2025-01-27 23:50:49 +01:00
parent d147687cef
commit c492bc677a

View File

@ -7,14 +7,13 @@
} }
.bot-info { .bot-info {
max-width: 80%; max-width: min(80%, 25rem);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: var(--color-background); background-color: var(--color-background);
color: var(--color-text); color: var(--color-text);
font-size: calc(var(--message-text-size, 1rem) - 0.0625rem); font-size: calc(var(--message-text-size, 1rem) - 0.0625rem);
line-height: 1.75;
border-radius: var(--border-radius-messages); border-radius: var(--border-radius-messages);
overflow: hidden; overflow: hidden;
text-align: initial; text-align: initial;