replace margins with padding in the chat container (#3165)
Virtuoso can't calculate the size of elements that have margins. This causes strange behaviour with scrolling in chat. Co-authored-by: janWilejan <>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
.followerPadding {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.follower {
|
||||
border-color: rgb(0 0 0 / 30%);
|
||||
border-width: 1px;
|
||||
@@ -5,7 +9,6 @@
|
||||
padding: 10px;
|
||||
border-radius: var(--theme-rounded-corners);
|
||||
background-color: var(--theme-color-background-main);
|
||||
margin: 0.5em;
|
||||
|
||||
&:hover {
|
||||
border-color: var(--theme-text-link);
|
||||
|
||||
Reference in New Issue
Block a user