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:
commit
2bc8cdc1bd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue