web/timeline: fix some things that make replies too big

This commit is contained in:
Tulir Asokan 2024-12-22 12:57:02 +02:00
parent cac6db3909
commit e4182fc2d5

View file

@ -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 {