]> cat aescling's git repositories - mastodon.git/commitdiff
Fix embed play icons regression from #9715 (#9731)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 6 Jan 2019 22:54:01 +0000 (23:54 +0100)
committerGitHub <noreply@github.com>
Sun, 6 Jan 2019 22:54:01 +0000 (23:54 +0100)
app/javascript/styles/mastodon/components.scss

index a593e385d6a769d0e82932543b601f9ec0d288b6..10e094648197e6ef05b9483934d717e439ef729e 100644 (file)
@@ -2588,7 +2588,7 @@ a.status-card {
   background: lighten($ui-base-color, 8%);
   position: relative;
 
-  .fa {
+  & > .fa {
     font-size: 21px;
     position: absolute;
     transform-origin: 50% 50%;