Browse Source

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

master
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
ed19f33440
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/styles/mastodon/components.scss

+ 4
- 0
app/javascript/styles/mastodon/components.scss View File

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

Loading…
Cancel
Save