Browse Source

Fix letterbox bug

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

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

@ -114,6 +114,7 @@
&,
img {
height: 100%;
width: 100%;
object-fit: contain;

Loading…
Cancel
Save