Fix un-fullwidth media style

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

@ -81,7 +81,7 @@
position: relative;
background: $base-shadow-color;
width: 100%;
height: 100%;
height: 110px;
.detailed-status & {
margin-left: -22px;

Loading…
Cancel
Save