diff options
author | ThibG <thib@sitedethib.com> | 2020-06-24 17:06:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 17:06:26 +0200 |
commit | 8f4aff9b6fe638b26b9d0bf0fe4151c2cc214d6d (patch) | |
tree | 89b283a87f3ff82b24148636594c0837aa34b322 /app/javascript/flavours/glitch/styles/components | |
parent | 5d12b63e79953a7596ae473706985b774d4e51a6 (diff) | |
parent | 72d193654b9369b43090a4de2e197c21c30f3f31 (diff) |
Merge pull request #1361 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/media.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/media.scss b/app/javascript/flavours/glitch/styles/components/media.scss index dbf0c908d..772b40dc4 100644 --- a/app/javascript/flavours/glitch/styles/components/media.scss +++ b/app/javascript/flavours/glitch/styles/components/media.scss @@ -76,7 +76,7 @@ border-radius: 4px; position: relative; width: 100%; - height: 110px; + min-height: 64px; @include fullwidth-gallery; } @@ -404,6 +404,7 @@ @include fullwidth-gallery; video { + display: block; max-width: 100vw; max-height: 80vh; z-index: 1; |