Fix margins on profile metadata in single column mode (#10961)

master
Eugen Rochko 5 years ago committed by GitHub
parent 6a9a759f40
commit ed19f33440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/javascript/styles/mastodon/components.scss

@ -2071,6 +2071,10 @@ a.account__display-name {
.account {
padding: 15px 10px;
&__header__bio {
margin: 0 -10px;
}
}
.notification {

Loading…
Cancel
Save