From 754da046802f6308404f8afecff1fc55027640f2 Mon Sep 17 00:00:00 2001 From: Patrick Kempff Date: Sat, 20 Dec 2025 23:40:04 +0100 Subject: [PATCH] Fix thumbnail rendering for certain iOS devices --- materialious/src/lib/components/Thumbnail.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/materialious/src/lib/components/Thumbnail.svelte b/materialious/src/lib/components/Thumbnail.svelte index 2260246c..3c241f19 100644 --- a/materialious/src/lib/components/Thumbnail.svelte +++ b/materialious/src/lib/components/Thumbnail.svelte @@ -253,6 +253,7 @@ .thumbnail { width: 100%; overflow: hidden; + display: inline-block; } .thumbnail img {