fix playwright tests (#759)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
: $theme === "light"
|
||||
? emptyStateTrailLight
|
||||
: emptyStateTrailDark}
|
||||
alt="avatar"
|
||||
alt="list avatar"
|
||||
/>
|
||||
|
||||
<div class="self-start min-w-0 basis-full transition-transform">
|
||||
@@ -67,7 +67,7 @@
|
||||
class="rounded-full w-5 aspect-square mx-1 inline"
|
||||
src={list.expand.author.icon ||
|
||||
`https://api.dicebear.com/7.x/initials/svg?seed=${list.expand.author.preferred_username}&backgroundType=gradientLinear`}
|
||||
alt="avatar"
|
||||
alt="author avatar"
|
||||
/>
|
||||
{handleFromRecordWithIRI(list)}
|
||||
</p>
|
||||
|
||||
@@ -251,6 +251,7 @@
|
||||
{#snippet children({ toggleMenu: openDropdown })}
|
||||
<div class="flex items-center">
|
||||
<button
|
||||
aria-label="Open user menu"
|
||||
class="rounded-full bg-white text-black hover:bg-gray-200 focus:ring-4 ring-gray-100/50 transition-colors h-10 aspect-square"
|
||||
onclick={openDropdown}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user