From 856dd277f4a8e91499233d180d4dffbe8b1e301d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 21 Jul 2023 20:26:42 +0200 Subject: [PATCH] Add mx-auto to imgs in posts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/components/markup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/components/markup.css b/app/soapbox/components/markup.css index 2906deac1..bf2b93b52 100644 --- a/app/soapbox/components/markup.css +++ b/app/soapbox/components/markup.css @@ -70,7 +70,7 @@ /* Markdown inline images (Pleroma) */ [data-markup] img:not(.emojione) { - @apply max-h-[500px] rounded-sm; + @apply max-h-[500px] mx-auto rounded-sm; } /* User setting to underline links */