Merge pull request #357 from KnzkDev/fix/detail-style

Fix detailed-status
master
David Yip 7 years ago committed by GitHub
commit c14f59c542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/javascript/flavours/glitch/styles/components/media.scss

@ -84,8 +84,8 @@
height: 110px;
.detailed-status & {
margin-left: -22px;
width: calc(100% + 44px);
margin-left: -14px;
width: calc(100% + 28px);
height: 250px;
}

Loading…
Cancel
Save