diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-01-06 23:54:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-06 23:54:01 +0100 |
commit | bd5a8c7765102a166ec8909e4a3b7781ec5537d6 (patch) | |
tree | f252459a0a61e8d4502f101387f49c2535409df1 | |
parent | 0e989a5b8f98f6c607fc9a727910e4e693bf8abd (diff) |
Fix embed play icons regression from #9715 (#9731)
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index a593e385d..10e094648 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -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%; |