forked from Mirrors/gomuks
web/timeline: make event timestamp stand out less
This commit is contained in:
parent
e9834fd987
commit
6933665795
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue