From 5959059c5531c972b1d513004ad0ebd11e91fb4b Mon Sep 17 00:00:00 2001 From: ygg2 Date: Thu, 11 Jul 2024 03:57:42 -0400 Subject: [PATCH] hideReplyBox for real --- webpage/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index d32c159..d848ae0 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1147,9 +1147,8 @@ span { text-align: center; padding: 0in; } -#replybox.hideReplyBox{ - height: 0in; - padding: 0in; +#replybox.hideReplyBox { + display: none; } .Buttons{ background:var(--primary-bg);