add new poll display style

This commit is contained in:
Wirlaburla 2024-05-07 04:20:01 -05:00
parent 0c0738191f
commit 6bdb0f867d

View File

@ -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;