mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/timeline: hide overflow in small replies
This commit is contained in:
parent
696687f60c
commit
c48f24d2de
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ blockquote.reply-body {
|
||||||
height: calc(var(--small-font-size) * 1.5);
|
height: calc(var(--small-font-size) * 1.5);
|
||||||
border-left: none;
|
border-left: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
> div.reply-spine {
|
> div.reply-spine {
|
||||||
margin-top: calc(var(--small-font-size) * 0.75 - 1px);
|
margin-top: calc(var(--small-font-size) * 0.75 - 1px);
|
||||||
|
|
Loading…
Add table
Reference in a new issue