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:
parent
d1dc4e1c67
commit
e6a7eb4146
@ -501,10 +501,7 @@ form.search {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.in-reply-to .status-text {
|
.in-reply-to .status-text {
|
||||||
max-height: 92px;
|
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
overflow-x: hidden;
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.in-reply-to .attachments {
|
.in-reply-to .attachments {
|
||||||
|
Loading…
Reference in New Issue
Block a user