Fix portrait forum post display

This commit is contained in:
Wirlaburla 2023-08-23 15:38:47 -05:00
parent 638bcad402
commit 1c8e5eb8eb

View File

@ -1245,6 +1245,9 @@ body.forum.new table.board-display tr.title-row input {
body.forum.board table.board-display tr th:nth-of-type(2),
body.forum.board table.board-display colgroup col:nth-of-type(5),
body.forum.thread table.board-display colgroup col:nth-of-type(3),
body.forum.thread table.post-display colgroup col:nth-of-type(3),
body.forum.thread table.post-display colgroup col:nth-of-type(4),
body.forum.thread table.post-display td.author-cell,
body.forum.watched table.board-display tr td:nth-of-type(4),
body.forum.watched table.board-display tr th:nth-of-type(3),
body.forum.watched table.board-display colgroup col:nth-of-type(5),
@ -1256,8 +1259,9 @@ body.forum.new table.board-display tr.title-row input {
top: 40px;
}
body.forum.thread table.post-display td.author-cell {
display: none;
body.forum.thread table.post-display tr.author-row {
text-align: left;
vertical-align: top;
}
}