mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/timeline: don't render read receipts in pinned events
This commit is contained in:
parent
10d3da6e7a
commit
9cbc20bb07
1 changed files with 13 additions and 0 deletions
|
@ -159,6 +159,19 @@ div.timeline-event {
|
|||
}
|
||||
}
|
||||
|
||||
div.pinned-event > div.timeline-event {
|
||||
--timeline-status-size: 0;
|
||||
--timeline-horizontal-padding: 0;
|
||||
|
||||
> div.event-send-status {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> div.read-receipts {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
span.event-sender {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Add table
Reference in a new issue