1
0
Fork 0
forked from Mirrors/gomuks

web/timeline: make event timestamp stand out less

This commit is contained in:
Tulir Asokan 2024-10-14 01:27:59 +03:00
parent e9834fd987
commit 6933665795

View file

@ -34,6 +34,7 @@ div.timeline-event {
> span.event-time, > span.event-edited {
font-size: .8rem;
color: #888;
}
}
@ -43,6 +44,7 @@ div.timeline-event {
align-items: end;
justify-content: center;
font-size: .8rem;
color: #888;
max-height: 1.25rem;
margin-right: .25rem;
}