Bunch the avatars

This commit is contained in:
Lim Chee Aun 2023-10-19 01:13:37 +08:00
parent 3eda1e2267
commit c1588322aa

View file

@ -30,6 +30,10 @@
.ancestors-indicator {
font-size: 70% !important;
& > .avatar:not(:first-child) {
margin-left: -4px;
}
}
.ancestors-indicator:not([hidden]) {
animation: slide-up 0.3s both ease-out 0.3s;