This repository has no description
0

Configure Feed

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

web/components: widen the tree breadcrumb padding

the breadcrumb pill used a uniform p-2, leaving the path cramped against its
border. px-4 py-2 matches the other single-row bordered bars in the repo view
(LanguageBar, the readme header).

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

author
eti
committer
dawn
date (Jul 30, 2026, 7:45 PM +0300) commit 33139281 parent 2be11d8b change-id zpnnppzu
+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 p-2 whitespace-nowrap" 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" 41 41 > 42 42 {#each crumbs as crumb (crumb.href)} 43 43 {#if crumb.last}