modqueue: improve layout on mobile.
* Switch layout from float to flexbox. * Collapse to one column layout on mobile (thumbnails above post info). * Wordbreak overly long sources.
This commit is contained in:
@@ -133,6 +133,7 @@ table tfoot {
|
||||
|
||||
.column-expand { flex: 1; }
|
||||
.column-shrink { flex: 0; }
|
||||
@media (max-width: 660px) { display: block; }
|
||||
}
|
||||
|
||||
ul.list-bulleted {
|
||||
|
||||
Reference in New Issue
Block a user