Add side-by-side newest section styles for forum

This commit is contained in:
Wirlaburla 2023-07-16 23:50:49 -05:00
parent 2c5d46cd16
commit 8d2e07cde9

View File

@ -1089,6 +1089,12 @@ body.forum.new table.board-display tr.title-row input {
}
@media only screen and (orientation: landscape) {
body.forum.index .page-container .newest table.board-display {
margin: -1px;
display: inline-table;
width: 50%;
}
body.forum.thread table.board-display {
top: -24px;
}