Merge branch 'account-gallery-fix' into 'develop'

AccountGallery: fix thumbnails wrapping too soon, fixes #1057

Closes #1057

See merge request soapbox-pub/soapbox-fe!1699
This commit is contained in:
Alex Gleason 2022-08-05 16:28:49 +00:00
commit 2bc8cdc1bd

View file

@ -161,7 +161,7 @@ a .account__avatar {
} }
.account-gallery__item { .account-gallery__item {
@apply rounded-lg m-1; @apply rounded-lg p-1;
border: 0; border: 0;
box-sizing: border-box; box-sizing: border-box;
display: block; display: block;