From 6ffcf10d63418d814c20c1ddd82828c9180d1be0 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sun, 13 Aug 2023 20:41:17 +0200 Subject: [PATCH] :lipstick: Rounded images in overview --- frontend/src/routes/dashboard/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/dashboard/+page.svelte b/frontend/src/routes/dashboard/+page.svelte index e7dc0e2..f5ff06f 100644 --- a/frontend/src/routes/dashboard/+page.svelte +++ b/frontend/src/routes/dashboard/+page.svelte @@ -179,7 +179,7 @@ SPDX-License-Identifier: MPL-2.0 src="/api/v1/storage/download/{quiz.cover_image}" alt="user provided" loading="lazy" - class="shrink-0 max-w-full max-h-full absolute" + class="shrink-0 max-w-full max-h-full absolute rounded" /> {/if}