From e6a7eb4146abc5e1eb9a91f65fc7bde5d8ffac81 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sun, 10 Jan 2021 22:19:29 +0000 Subject: [PATCH] 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. --- public/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/style.css b/public/style.css index 30c027b..700cb02 100644 --- a/public/style.css +++ b/public/style.css @@ -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 {