]> cat aescling's git repositories - mastodon.git/commitdiff
Add missing background center on public profile headers (#3340)
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 26 May 2017 22:54:00 +0000 (00:54 +0200)
committerGitHub <noreply@github.com>
Fri, 26 May 2017 22:54:00 +0000 (00:54 +0200)
app/javascript/styles/accounts.scss

index eb5ddc7423e1a1959300067606a42d02dee70a4e..801817d80e55655080f2fc2696b5f7f6eb8029fd 100644 (file)
@@ -1,6 +1,7 @@
 .card {
   background: $ui-base-color;
   background-size: cover;
+  background-position: center;
   padding: 60px 0;
   padding-bottom: 0;
   border-radius: 4px 4px 0 0;