AccountGallery: fix thumbnails wrapping too soon, fixes #1057
This commit is contained in:
parent
7b355dea6e
commit
97ea46c427
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