From 1fe6c49f2b3300186a7d97f1330f7b2065d105b9 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 18 Mar 2025 12:40:41 +0100 Subject: [PATCH] Racepicks: Add tooltips to small images (e.g. avatars...) --- src/routes/racepicks/+page.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/routes/racepicks/+page.svelte b/src/routes/racepicks/+page.svelte index 126c17f..fac868c 100644 --- a/src/routes/racepicks/+page.svelte +++ b/src/routes/racepicks/+page.svelte @@ -164,6 +164,7 @@ imgheight={AVATAR_HEIGHT} containerstyle="height: 35px; width: 35px;" imgclass="bg-surface-400 rounded-full" + tooltip={user.firstname} /> {/each} @@ -182,6 +183,7 @@ imgheight={AVATAR_HEIGHT} containerstyle="height: 35px; width: 35px;" imgclass="bg-surface-400 rounded-full" + tooltip={user.firstname} /> {/each} @@ -313,6 +315,7 @@ imgheight={AVATAR_HEIGHT} containerstyle="height: 40px; width: 40px;" imgclass="bg-surface-400 rounded-full" + tooltip={user.firstname} />