[Glitch] Fix alignment of items in the account gallery in web UI and load more per page

Port 967e419f8f to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-05-03 04:02:55 +02:00
committed by Thibaut Girka
parent a5da59f140
commit 209c080280
2 changed files with 1 additions and 2 deletions

View File

@@ -332,7 +332,6 @@
.account-gallery__container {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 4px 2px;
}