]> cat aescling's git repositories - mastodon.git/commitdiff
Fix account header avatar
authorncls7615 <himasoto@gmail.com>
Thu, 21 Dec 2017 22:12:49 +0000 (07:12 +0900)
committerncls7615 <himasoto@gmail.com>
Thu, 21 Dec 2017 22:12:49 +0000 (07:12 +0900)
app/javascript/flavours/glitch/styles/components/index.scss

index 8f98863d88e21ade4541a91e16567930bda3104d..bef2825609d946aabe29808631e8e3dd7490138d 100644 (file)
   }
 }
 
+.account__header__avatar {
+  background-size: 90px 90px;
+  display: block;
+  height: 90px;
+  margin: 0 auto 10px;
+  overflow: hidden;
+  width: 90px;
+}
+
 .account-authorize {
   padding: 14px 10px;