Add side-by-side newest section styles for forum
This commit is contained in:
parent
2c5d46cd16
commit
8d2e07cde9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user