This repository has no description
0

Configure Feed

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

web/components: remove useless padding from Avatar

Signed-off-by: eti <eti@eti.tf>

+1 -1
+1 -1
web/src/lib/components/profile/ProfileCard.svelte
··· 44 44 did={identity.did} 45 45 handle={identity.handle} 46 46 size="h-full w-full" 47 - class="absolute inset-0 p-2" 47 + class="absolute inset-0" 48 48 /> 49 49 </div> 50 50 </div>