mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
Adjust sizes
This commit is contained in:
parent
e33219f654
commit
156b458f03
2 changed files with 5 additions and 5 deletions
|
@ -105,11 +105,11 @@ blockquote.reply-body {
|
|||
|
||||
> div.per-message-event-sender {
|
||||
color: var(--secondary-text-color);
|
||||
font-size: 0.85rem;
|
||||
margin: 0.3rem;
|
||||
font-size: .75rem;
|
||||
margin: 0 .25rem;
|
||||
|
||||
> span.via {
|
||||
margin-right: 0.3rem;
|
||||
margin-right: .25rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -66,10 +66,10 @@ div.timeline-event {
|
|||
|
||||
> div.per-message-event-sender {
|
||||
color: var(--secondary-text-color);
|
||||
font-size: 0.85rem;
|
||||
font-size: .75rem;
|
||||
|
||||
> span.via {
|
||||
margin-right: 0.3rem;
|
||||
margin-right: .25rem;
|
||||
}
|
||||
|
||||
> span.event-sender {
|
||||
|
|
Loading…
Add table
Reference in a new issue