Message List Bot Info: Decrease banner (#5532)
This commit is contained in:
parent
d147687cef
commit
c492bc677a
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user