From 191b625a27aee63d2b1f34d6ae4778253fb5ab31 Mon Sep 17 00:00:00 2001 From: ncls7615 Date: Fri, 22 Dec 2017 07:12:49 +0900 Subject: [PATCH] Fix account header avatar --- .../flavours/glitch/styles/components/index.scss | 9 +++++++++ 1 file changed, 9 insertions(+) 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;