diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-01-10 20:21:20 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-01-10 21:00:33 +0100 |
commit | ec441e029994e8e8e73f06a46ed14b34ae9f8d66 (patch) | |
tree | f9873e505c8ab811894ac53d8346f59032f37638 /app/javascript/flavours/glitch/styles | |
parent | 2b2584a37b50d94ae6a48d90879228fc7e5b0a9d (diff) |
[Glitch] Fix embed play icons regression
Port bd5a8c7765102a166ec8909e4a3b7781ec5537d6 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index 7b240224c..9d2757065 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -741,7 +741,7 @@ a.status-card { background: lighten($ui-base-color, 8%); position: relative; - .fa { + & > .fa { font-size: 21px; position: absolute; transform-origin: 50% 50%; |