This repository has no description
0

Configure Feed

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

web/components/issues: set User to proper size in IssueInfoBar

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

+3 -1
+3 -1
web/src/lib/components/repo/issues/IssueInfoBar.svelte
··· 15 15 let { state, authorHandle, authorDid, createdAt, actions }: Props = $props(); 16 16 </script> 17 17 18 - <div class="flex flex-wrap items-center gap-x-1 gap-y-1.5 typography-paragraph-small text-foreground-muted"> 18 + <div 19 + class="flex flex-wrap items-center gap-x-1 gap-y-1.5 typography-paragraph-small text-foreground-muted" 20 + > 19 21 <IssueStatePill {state} /> 20 22 21 23 <span class="ml-1 flex items-center gap-1">