Merge pull request #278 from KnzkDev/fix/acc-header-avatar

Fix account header avatar
master
beatrix 7 years ago committed by GitHub
commit f78d169d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      app/javascript/flavours/glitch/styles/components/index.scss

@ -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