101174f71e
Virtuoso can't calculate the size of elements that have margins. This causes strange behaviour with scrolling in chat. Co-authored-by: janWilejan <>
18 lines
258 B
SCSS
18 lines
258 B
SCSS
.chatActionPadding {
|
|
padding: 4px 1rem;
|
|
}
|
|
|
|
.chatAction {
|
|
padding: 8px;
|
|
border-radius: 4px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
color: var(--theme-color-components-chat-text);
|
|
background-color: var(--theme-color-palette-0);
|
|
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|