adding grid-auto-flow: dense; to div.posts this may fuck with the sequential order but will make sure everything is properly filled
This commit is contained in:
@@ -3310,6 +3310,7 @@ div.posts {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
|
||||
grid-auto-flow: dense;
|
||||
justify-items: center;
|
||||
grid-gap: 5px;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user