💄 Rounded images in overview

This commit is contained in:
Mawoka
2023-08-13 20:41:17 +02:00
parent bc21bca099
commit 6ffcf10d63
+1 -1
View File
@@ -179,7 +179,7 @@ SPDX-License-Identifier: MPL-2.0
src="/api/v1/storage/download/{quiz.cover_image}" src="/api/v1/storage/download/{quiz.cover_image}"
alt="user provided" alt="user provided"
loading="lazy" loading="lazy"
class="shrink-0 max-w-full max-h-full absolute" class="shrink-0 max-w-full max-h-full absolute rounded"
/> />
{/if} {/if}
</div> </div>