mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
fixup! web/timeline: render MSC4144 per-message profiles
Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
parent
61286a3de4
commit
e33219f654
1 changed files with 10 additions and 10 deletions
|
@ -87,16 +87,6 @@ blockquote.reply-body {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
> div.reply-sender > div.per-message-event-sender {
|
|
||||||
color: var(--secondary-text-color);
|
|
||||||
font-size: 0.85rem;
|
|
||||||
margin: 0.3rem;
|
|
||||||
|
|
||||||
> span.via {
|
|
||||||
margin-right: 0.3rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
> div.reply-sender {
|
> div.reply-sender {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -113,6 +103,16 @@ blockquote.reply-body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> div.per-message-event-sender {
|
||||||
|
color: var(--secondary-text-color);
|
||||||
|
font-size: 0.85rem;
|
||||||
|
margin: 0.3rem;
|
||||||
|
|
||||||
|
> span.via {
|
||||||
|
margin-right: 0.3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> div.buttons {
|
> div.buttons {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Reference in a new issue