From 93ec4b1e3966d3d48c46dd8fae1d3ec9f76e41ab Mon Sep 17 00:00:00 2001 From: Zed Date: Sat, 2 Jan 2021 19:35:24 +0100 Subject: [PATCH] Fix max gif height --- src/sass/tweet/media.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sass/tweet/media.scss b/src/sass/tweet/media.scss index 029248b..91c9dab 100644 --- a/src/sass/tweet/media.scss +++ b/src/sass/tweet/media.scss @@ -50,6 +50,11 @@ } } +.gallery-gif video { + max-height: 530px; + background-color: #101010; +} + .still-image { max-height: 379.5px; max-width: 533px;