Fix avatars not bunching properly

This commit is contained in:
Lim Chee Aun 2023-10-20 22:10:55 +08:00
parent c6f368ac0b
commit 4da968df2e

View file

@ -31,7 +31,7 @@
.ancestors-indicator {
font-size: 70% !important;
& > .avatar:not(:first-child) {
& > .avatar ~ .avatar {
margin-left: -4px;
}
}