From 734bdab5ed88fdf001592247c6a8ed6cbce8363b Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 27 Jun 2023 18:03:00 -0500 Subject: [PATCH] add text input margins on board-display elements --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index aa351d2..3cce732 100644 --- a/style.css +++ b/style.css @@ -1423,6 +1423,7 @@ body.forum.thread table.reply-display tr.title-row th:nth-of-type(2) button { body.forum.new table.board-display tr.title-row input { width: 100%; + margin: -4px; } @media only screen and (orientation: landscape) {