diff --git a/core/style.css b/core/style.css index dea481c..5667702 100644 --- a/core/style.css +++ b/core/style.css @@ -1368,6 +1368,9 @@ body.forum.new table.board-display tr.title-row input { margin: -4px; } +table.board-display#poll[enabled="0"] tr:not(:first-of-type) { visibility: collapse; } +table.board-display#poll input[type="text"] { width: 100%; } + @media only screen and (orientation: landscape) { body.forum.index .page-container .newest { display: flex;