AccountGallery: fix thumbnails wrapping too soon, fixes #1057

This commit is contained in:
Alex Gleason 2022-08-03 13:28:53 -05:00
parent 7b355dea6e
commit 97ea46c427
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

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