forked from Mirrors/gomuks
web/timeline: adjust timestamp and member event rendering
This commit is contained in:
parent
bd52d758b9
commit
716b43ebd1
1 changed files with 8 additions and 2 deletions
|
@ -33,7 +33,7 @@ div.timeline-event {
|
|||
}
|
||||
|
||||
> span.event-time, > span.event-edited {
|
||||
font-size: .8rem;
|
||||
font-size: .7rem;
|
||||
color: #888;
|
||||
}
|
||||
}
|
||||
|
@ -42,7 +42,7 @@ div.timeline-event {
|
|||
grid-area: timestamp;
|
||||
display: none;
|
||||
align-items: end;
|
||||
font-size: .8rem;
|
||||
font-size: .7rem;
|
||||
color: #888;
|
||||
max-height: 1.25rem;
|
||||
margin-left: .25rem;
|
||||
|
@ -149,6 +149,12 @@ div.redacted-body, div.decryption-pending-body {
|
|||
}
|
||||
}
|
||||
|
||||
div.member-body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: .25rem;
|
||||
}
|
||||
|
||||
div.plaintext-body {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue