add text input margins on board-display <th> elements

This commit is contained in:
Wirlaburla 2023-06-27 18:03:00 -05:00
parent ac2f03b7e3
commit 734bdab5ed

View File

@ -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 { body.forum.new table.board-display tr.title-row input {
width: 100%; width: 100%;
margin: -4px;
} }
@media only screen and (orientation: landscape) { @media only screen and (orientation: landscape) {