diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-05-03 04:02:55 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-05-04 18:59:11 +0200 |
commit | 209c080280f8dbe7dd02fc328841135b8eade15a (patch) | |
tree | 0bb307f771497ec7d5e3ddb688792a504419d55c /app/javascript/flavours/glitch/styles/components | |
parent | a5da59f140a2a8fb2d3f480cdd87964d0beff103 (diff) |
[Glitch] Fix alignment of items in the account gallery in web UI and load more per page
Port 967e419f8fa87af74f4bb530d7493c1dde02fca8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/accounts.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/accounts.scss b/app/javascript/flavours/glitch/styles/components/accounts.scss index f753b7efa..518eea5fa 100644 --- a/app/javascript/flavours/glitch/styles/components/accounts.scss +++ b/app/javascript/flavours/glitch/styles/components/accounts.scss @@ -332,7 +332,6 @@ .account-gallery__container { display: flex; flex-wrap: wrap; - justify-content: center; padding: 4px 2px; } |