]> cat aescling's git repositories - mastodon.git/commitdiff
Properly center .nothing-here (#6787) (#6788)
authortrwnh <a@trwnh.com>
Sat, 17 Mar 2018 11:35:35 +0000 (06:35 -0500)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 17 Mar 2018 11:35:35 +0000 (12:35 +0100)
Apply "margin: 0 auto;" at line 443 to fix issue #6787

app/javascript/styles/mastodon/accounts.scss

index 873963c904dbc58b7ce6cf81b4dad5762936bfbc..dd82ab375eda3afe2b5d79e58f2b7ad6d592ff60 100644 (file)
   text-align: center;
   padding: 60px 0;
   padding-top: 55px;
+  margin: 0 auto;
   cursor: default;
 }