mirror of
https://github.com/owncast/owncast.git
synced 2024-12-18 15:23:55 +03:00
101174f71e
Virtuoso can't calculate the size of elements that have margins. This causes strange behaviour with scrolling in chat. Co-authored-by: janWilejan <>
17 lines
258 B
SCSS
17 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;
|
|
}
|
|
}
|