Properly center .nothing-here (#6787) (#6788)

Apply "margin: 0 auto;" at line 443 to fix issue #6787
local
trwnh 6 years ago committed by Eugen Rochko
parent f0cd957c7a
commit ca7e6a6d2e
  1. 1
      app/javascript/styles/mastodon/accounts.scss

@ -440,6 +440,7 @@
text-align: center;
padding: 60px 0;
padding-top: 55px;
margin: 0 auto;
cursor: default;
}

Loading…
Cancel
Save