mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 02:03:40 -05:00
web/timeline: limit name size in small replies
This commit is contained in:
parent
746e26fbc1
commit
92d3ab64bf
1 changed files with 4 additions and 0 deletions
|
@ -246,6 +246,10 @@ div.event-content > div.event-reactions {
|
|||
}
|
||||
}
|
||||
|
||||
blockquote.reply-body.small > div.reply-sender > span.event-sender {
|
||||
max-width: 10rem;
|
||||
}
|
||||
|
||||
div.small-event > div.sender-avatar, blockquote.reply-body > div.reply-sender > div.sender-avatar {
|
||||
margin-top: 0;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue