Browse Source

Fix padding on account header (#14179)

closed-social-v3
trwnh 4 years ago
committed by GitHub
parent
commit
d1c6dd2d27
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/styles/mastodon/components.scss

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

@ -6497,7 +6497,7 @@ noscript {
&__tabs {
display: flex;
align-items: flex-start;
padding: 7px 5px;
padding: 7px 10px;
margin-top: -55px;
&__buttons {
@ -6519,7 +6519,7 @@ noscript {
}
&__name {
padding: 5px;
padding: 5px 10px;
.account-role {
vertical-align: top;

Loading…
Cancel
Save