1
0
Fork 0

Get rid of max height when replying to toots

There is a ton of negative space. If the post I'm replying to is long,
I'll scroll in the column rather than in the box containing the post.
This commit is contained in:
Ryan Fox 2021-01-10 22:19:29 +00:00
parent d1dc4e1c67
commit e6a7eb4146
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 0 additions and 3 deletions

View File

@ -501,10 +501,7 @@ form.search {
}
.in-reply-to .status-text {
max-height: 92px;
font-size: 95%;
overflow-x: hidden;
overflow-y: scroll;
}
.in-reply-to .attachments {