From 0d4048a62e416e2aa49ac33d27f4992537b9482d Mon Sep 17 00:00:00 2001 From: Zed Date: Sun, 15 Nov 2020 18:03:51 +0100 Subject: [PATCH] Fix inline gif regression --- src/sass/tweet/media.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/sass/tweet/media.scss b/src/sass/tweet/media.scss index 9d1bc65..d9007ac 100644 --- a/src/sass/tweet/media.scss +++ b/src/sass/tweet/media.scss @@ -33,6 +33,12 @@ .image-attachment { width: 100%; } + + .gallery-gif { + align-self: flex-start; + border-radius: 7px; + overflow: hidden; + } } .attachment { @@ -102,7 +108,6 @@ } .media-gif { - display: inline-block; background-color: unset; width: unset; }