1
0
Fork 0
forked from Mirrors/gomuks

web/timeline: fix avatars in replies shrinking with long names

This commit is contained in:
Tulir Asokan 2025-03-11 19:28:25 +02:00
parent 3041fb18e3
commit 746e26fbc1

View file

@ -250,6 +250,7 @@ div.small-event > div.sender-avatar, blockquote.reply-body > div.reply-sender >
margin-top: 0;
display: flex;
align-items: center;
flex-shrink: 0;
}
div.date-separator {