commit: ca7e6a6d2ec2310fd026f2694580f839b4124dd2
parent: f0cd957c7a8a53dea2eb08a45578084b4d8bb5b4
Author: trwnh <a@trwnh.com>
Date: Sat, 17 Mar 2018 06:35:35 -0500
Properly center .nothing-here (#6787) (#6788)
Apply "margin: 0 auto;" at line 443 to fix issue #6787
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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;
}