Browse Source

Fix account header avatar

closed-social-glitch-2
ncls7615 7 years ago
parent
commit
191b625a27
No known key found for this signature in database GPG Key ID: 18FE1E1E7098294A
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      app/javascript/flavours/glitch/styles/components/index.scss

+ 9
- 0
app/javascript/flavours/glitch/styles/components/index.scss View File

@ -1254,6 +1254,15 @@
}
}
.account__header__avatar {
background-size: 90px 90px;
display: block;
height: 90px;
margin: 0 auto 10px;
overflow: hidden;
width: 90px;
}
.account-authorize {
padding: 14px 10px;

Loading…
Cancel
Save