Fix margins around small avatars (reply indicators, autocompletion suggestion) (#2231)
Fix regression from #2156
This commit is contained in:
parent
cb6f445b90
commit
69903b5830
|
@ -33,6 +33,7 @@
|
|||
padding: 0;
|
||||
|
||||
& > .account__avatar-wrapper {
|
||||
margin: 0;
|
||||
margin-inline-end: 8px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue