0
0
Fork 0

Fix alignment of items in the account gallery in web UI and load more per page (#10674)

This commit is contained in:
Eugen Rochko 2019-05-03 04:02:55 +02:00 committed by GitHub
parent 3f143606fa
commit 967e419f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -4764,7 +4764,6 @@ a.status-card.compact:hover {
.account-gallery__container {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 4px 2px;
}