From a2a445691f5330c2825b4dbb0c83407c94e0db61 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 26 Nov 2022 17:05:19 -0600 Subject: [PATCH] Hide Markdown images --- app/soapbox/components/markup.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/soapbox/components/markup.css b/app/soapbox/components/markup.css index 099dc6697..c10d4084d 100644 --- a/app/soapbox/components/markup.css +++ b/app/soapbox/components/markup.css @@ -63,9 +63,9 @@ @apply w-5 h-5; } -/* Markdown images */ -[data-markup] img:not(.emojione):not([width][height]) { - @apply w-full h-72 object-contain rounded-lg overflow-hidden my-4 block; +/* Hide Markdown images (Pleroma) */ +[data-markup] img:not(.emojione) { + @apply hidden; } /* User setting to underline links */