Browse Source

Fix embed play icons regression from #9715 (#9731)

pull/4/head
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
bd5a8c7765
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon/components.scss

+ 1
- 1
app/javascript/styles/mastodon/components.scss View 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%;

Loading…
Cancel
Save