Browse Source

Fix un-fullwidth media style

closed-social-glitch-2
ncls7615 6 years ago
parent
commit
1ebe66b78c
No known key found for this signature in database GPG Key ID: 18FE1E1E7098294A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/styles/components/media.scss

+ 1
- 1
app/javascript/flavours/glitch/styles/components/media.scss View File

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

Loading…
Cancel
Save