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:
2026-05-13 14:29:53 +02:00
parent a1be7792a2
commit 44c8e54539

View File

@@ -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;