atproto explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix username truncation

Juliet 7370ad75 d357c3eb

+1 -1
+1 -1
src/components/account.tsx
··· 81 81 class="flex w-full items-center justify-between gap-1 truncate rounded-lg p-1 hover:bg-neutral-200 active:bg-neutral-300 dark:hover:bg-neutral-700 dark:active:bg-neutral-600" 82 82 onclick={() => resumeSession(did as Did)} 83 83 > 84 - <span class="flex items-center gap-2"> 84 + <span class="flex items-center gap-2 truncate"> 85 85 <Show when={avatars[did as Did]}> 86 86 <img 87 87 src={avatars[did as Did].replace("img/avatar/", "img/avatar_thumbnail/")}