diff options
author | trwnh <a@trwnh.com> | 2018-03-17 06:35:35 -0500 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-17 12:35:35 +0100 |
commit | ca7e6a6d2ec2310fd026f2694580f839b4124dd2 (patch) | |
tree | cee2dfd37bedcb4a3f870f55958263bf5577e4d9 /app | |
parent | f0cd957c7a8a53dea2eb08a45578084b4d8bb5b4 (diff) |
Properly center .nothing-here (#6787) (#6788)
Apply "margin: 0 auto;" at line 443 to fix issue #6787
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/accounts.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/accounts.scss b/app/javascript/styles/mastodon/accounts.scss index 873963c90..dd82ab375 100644 --- a/app/javascript/styles/mastodon/accounts.scss +++ b/app/javascript/styles/mastodon/accounts.scss @@ -440,6 +440,7 @@ text-align: center; padding: 60px 0; padding-top: 55px; + margin: 0 auto; cursor: default; } |