Fix portrait forum post display
This commit is contained in:
parent
638bcad402
commit
1c8e5eb8eb
10
style.css
10
style.css
|
@ -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),
|
||||
|
@ -1255,9 +1258,10 @@ body.forum.new table.board-display tr.title-row input {
|
|||
body.forum.thread table.board-display {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user