From 6eae4bc47a4ab9d99eba8303eea798a7694323e4 Mon Sep 17 00:00:00 2001 From: robrobinbin <8597693+robrobinbin@users.noreply.github.com> Date: Tue, 2 Feb 2021 21:23:51 +0100 Subject: [PATCH] Update style.css --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/style.css b/static/style.css index 458bf35..5a344aa 100644 --- a/static/style.css +++ b/static/style.css @@ -635,6 +635,13 @@ a.search_subreddit:hover { background-repeat: no-repeat; } +.post_media_wrapper { + display: contents; + /* Fallback for browsers insufficiently supporting "display: contents"*/ + grid-area: post_media; + text-align: center; +} + .post_media.short { max-height: 512px; width: auto;