mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/timeline: fix some things that make replies too big
This commit is contained in:
parent
cac6db3909
commit
e4182fc2d5
1 changed files with 10 additions and 0 deletions
|
@ -35,6 +35,7 @@ blockquote.reply-body {
|
|||
|
||||
> div.message-text {
|
||||
-webkit-line-clamp: 1;
|
||||
font-size: var(--small-font-size);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -63,6 +64,15 @@ blockquote.reply-body {
|
|||
overflow: hidden;
|
||||
color: var(--semisecondary-text-color);
|
||||
user-select: none;
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: baseline;
|
||||
height: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
&.thread > div.reply-sender > span.event-sender::after {
|
||||
|
|
Loading…
Add table
Reference in a new issue