1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-05-28 21:09:12 +08:00

don't stretch columns when uploading media

This commit is contained in:
Henry Jameson 2021-06-22 20:37:08 +03:00
parent 5118eee19a
commit 628b99d117

View file

@ -166,7 +166,7 @@
display: grid;
grid-column-gap: 0.5em;
grid-row-gap: 0.5em;
grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
.gallery-item {
margin: 0;