Bugfixes und Verbesserungen

Fast alle gelisteten Probleme in https://trello.com/c/GKZotNZV werden hiermit behoben.
This commit is contained in:
Moritz Utcke
2024-03-12 12:20:18 +07:00
parent 80d62ffdc2
commit 39f4435386
8 changed files with 106 additions and 58 deletions

View File

@@ -21,7 +21,7 @@
{#if image.kategorie == kategorie}
<div class="relative group">
<img
src={image.base64 ? image.base64 : `"/bilder/${image.uid}.webp"`}
src={image.base64 ? image.base64 : `/bilder/${image.uid}.webp`}
alt={kategorie}
class="h-full rounded-lg border-2 group-hover:contrast-50 object-cover transition-all"
/>