forked from Mirrors/gomuks
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);
|
||||
border-left: none;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
|
||||
> div.reply-spine {
|
||||
margin-top: calc(var(--small-font-size) * 0.75 - 1px);
|
||||
|
|
Loading…
Add table
Reference in a new issue