Racepicks: Add tooltips to small images (e.g. avatars...)
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 48s
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 48s
This commit is contained in:
@ -164,6 +164,7 @@
|
|||||||
imgheight={AVATAR_HEIGHT}
|
imgheight={AVATAR_HEIGHT}
|
||||||
containerstyle="height: 35px; width: 35px;"
|
containerstyle="height: 35px; width: 35px;"
|
||||||
imgclass="bg-surface-400 rounded-full"
|
imgclass="bg-surface-400 rounded-full"
|
||||||
|
tooltip={user.firstname}
|
||||||
/>
|
/>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
@ -182,6 +183,7 @@
|
|||||||
imgheight={AVATAR_HEIGHT}
|
imgheight={AVATAR_HEIGHT}
|
||||||
containerstyle="height: 35px; width: 35px;"
|
containerstyle="height: 35px; width: 35px;"
|
||||||
imgclass="bg-surface-400 rounded-full"
|
imgclass="bg-surface-400 rounded-full"
|
||||||
|
tooltip={user.firstname}
|
||||||
/>
|
/>
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
@ -313,6 +315,7 @@
|
|||||||
imgheight={AVATAR_HEIGHT}
|
imgheight={AVATAR_HEIGHT}
|
||||||
containerstyle="height: 40px; width: 40px;"
|
containerstyle="height: 40px; width: 40px;"
|
||||||
imgclass="bg-surface-400 rounded-full"
|
imgclass="bg-surface-400 rounded-full"
|
||||||
|
tooltip={user.firstname}
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
style="height: 40px; line-height: 40px;"
|
style="height: 40px; line-height: 40px;"
|
||||||
|
Reference in New Issue
Block a user