From: ncls7615 Date: Thu, 21 Dec 2017 22:12:49 +0000 (+0900) Subject: Fix account header avatar X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=191b625a27aee63d2b1f34d6ae4778253fb5ab31;p=mastodon.git Fix account header avatar --- 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;