This repository has no description
0

Configure Feed

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

web/components: improve RepoHeader look

author
eti
committer
dawn
date (Jul 31, 2026, 10:57 PM +0300) commit 35214958 parent 0c5bca7b change-id pmonzxym
+2 -2
+2 -2
web/src/lib/components/repo/RepoHeader.svelte
··· 28 28 <section class="mb-2 px-4 py-2"> 29 29 <div class="mb-2 flex flex-col items-start justify-between gap-4 sm:flex-row"> 30 30 <div class="flex min-w-0 flex-col gap-2"> 31 - <div class="flex flex-wrap items-center gap-2 typography-heading-4 font-normal"> 31 + <div class="flex flex-wrap items-center gap-2 typography-paragraph-large font-normal"> 32 32 <a 33 33 href={resolve(`/${repo.ownerHandle}` as "/")} 34 34 class="flex items-center gap-2 text-foreground-default no-underline hover:underline" ··· 97 97 </div> 98 98 </div> 99 99 100 - <div class="flex flex-wrap items-center gap-x-4 gap-y-2 text-sm text-foreground-muted"> 100 + <div class="flex flex-wrap items-center gap-x-4 gap-y-2 typography-paragraph-small text-foreground-muted"> 101 101 {#if repo.description} 102 102 <span>{repo.description}</span> 103 103 {:else}