Fix media detailed style

master
ncls7615 6 years ago
parent b5476f6c75
commit be2bac05aa
No known key found for this signature in database
GPG Key ID: 18FE1E1E7098294A
  1. 5
      app/javascript/flavours/glitch/styles/components/media.scss

@ -84,8 +84,9 @@
height: 100%;
.detailed-status & {
width: 100%;
height: 100%;
margin-left: -22px;
width: calc(100% + 44px);
height: 250px;
}
@include fullwidth-gallery;

Loading…
Cancel
Save