Use grid for newest forum elements
This commit is contained in:
@@ -1421,9 +1421,11 @@ table.board-display#poll input[type="text"] { width: 100%; }
|
||||
|
||||
@media only screen and (orientation: landscape) {
|
||||
body.forum.index .page-container .newest {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
width: 100%;
|
||||
margin: 4px;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
body.forum.thread table.board-display {
|
||||
|
||||
Reference in New Issue
Block a user