From dc79f736d02742c43779f8eb599997e7e57530a0 Mon Sep 17 00:00:00 2001 From: Zed Date: Mon, 1 Jun 2020 13:36:40 +0200 Subject: [PATCH] Minor quote gif css improvement --- src/sass/tweet/quote.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/sass/tweet/quote.scss b/src/sass/tweet/quote.scss index a4ec146..7383712 100644 --- a/src/sass/tweet/quote.scss +++ b/src/sass/tweet/quote.scss @@ -60,14 +60,16 @@ margin: unset; } - .media-gif { - width: 100%; - } - .attachments { border-radius: 0; } + .media-gif { + width: 100%; + display: flex; + justify-content: center; + } + .gallery-gif .attachment { display: flex; justify-content: center;