diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2017-12-21 17:46:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-21 17:46:53 -0500 |
commit | f78d169d7190a65501c65c05daa70fd03de20ee7 (patch) | |
tree | d75203da0c7ba73c62beb11c7fceaf74e7a24f0f /app/javascript/flavours/glitch | |
parent | a3cb5a6b64b44ded09a2cc1de15df2848d46b600 (diff) | |
parent | 191b625a27aee63d2b1f34d6ae4778253fb5ab31 (diff) |
Merge pull request #278 from KnzkDev/fix/acc-header-avatar
Fix account header avatar
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 8f98863d8..bef282560 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/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; |