Compare commits
No commits in common. "ec343aee39decf2fde4eaa0072ed3ee3557d4f97" and "ed0c17a14f0c0488c5dd13c953d90cbc715c2c0b" have entirely different histories.
ec343aee39
...
ed0c17a14f
17
style.css
17
style.css
|
@ -1029,10 +1029,6 @@ body.forum table.board-display tr th:nth-of-type(2) {
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
body.forum.thread table.board-display {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
body.forum.thread table.post-display {
|
||||
background: var(--post);
|
||||
border: var(--post-border);
|
||||
|
@ -1113,25 +1109,12 @@ body.forum.thread table.reply-display tr.title-row th:nth-of-type(2) button {
|
|||
}
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
body.forum.thread table.board-display {
|
||||
top: -24px;
|
||||
}
|
||||
|
||||
body.forum.thread table.post-display tr.author-row {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (orientation: portrait) {
|
||||
body.forum.index table.board-display tr td:nth-of-type(4),
|
||||
body.forum.board table.board-display tr td:nth-of-type(4),
|
||||
body.forum.index table.board-display colgroup col:nth-of-type(4),
|
||||
body.forum.board table.board-display colgroup col:nth-of-type(4) { display: none; }
|
||||
|
||||
body.forum.thread table.board-display {
|
||||
top: 40px;
|
||||
}
|
||||
|
||||
body.forum.thread table.post-display td.author-cell {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user