This repository has no description
0

Configure Feed

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

web/components: refine TreeHeader.svelte horizontal padding value

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

author
eti
committer
dawn
date (Jul 30, 2026, 7:45 PM +0300) commit 71fdf39f parent a7133b08 change-id qwzksltr
+1 -1
+1 -1
web/src/lib/components/repo/TreeHeader.svelte
··· 37 37 <div class="mb-3 flex items-center justify-between gap-2 text-sm"> 38 38 <div class="flex min-w-0 items-center gap-3"> 39 39 <div 40 - class="flex w-fit items-center gap-1 overflow-x-auto rounded border border-border-default bg-background-inset px-4 py-2 whitespace-nowrap" 40 + class="flex w-fit items-center gap-1 overflow-x-auto rounded border border-border-default bg-background-inset px-3 py-2 whitespace-nowrap" 41 41 > 42 42 {#each crumbs as crumb (crumb.href)} 43 43 {#if crumb.last}