This repository has no description
0

Configure Feed

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

web/components: remove faulty Combobox top margin

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

+1 -1
+1 -1
web/src/lib/components/ui/Combobox.svelte
··· 10 10 value: "min-w-0 flex-1 truncate text-left", 11 11 panel: 12 12 "combobox-panel fixed z-50 m-0 flex max-h-[min(24rem,calc(100dvh-1rem))] w-72 max-w-[calc(100vw-1rem)] flex-col overflow-hidden rounded-sm border border-border-default bg-background-default p-0 typography-paragraph-small text-foreground-default shadow-regular", 13 - search: "shrink-0 border-b border-border-default p-2 mt-4", 13 + search: "shrink-0 border-b border-border-default p-2", 14 14 list: "min-h-0 flex-1 overflow-y-auto p-1", 15 15 groupHeading: 16 16 "px-2 pt-2 pb-1 typography-paragraph-small font-bold text-foreground-muted first:pt-1",