diff --git a/web/src/lib/components/repo/RepoHeader.svelte b/web/src/lib/components/repo/RepoHeader.svelte index b65a1c91..2354c520 100644 --- a/web/src/lib/components/repo/RepoHeader.svelte +++ b/web/src/lib/components/repo/RepoHeader.svelte @@ -72,7 +72,7 @@ - diff --git a/web/src/lib/components/ui/Button.svelte b/web/src/lib/components/ui/Button.svelte index 2b688795..e3fe8220 100644 --- a/web/src/lib/components/ui/Button.svelte +++ b/web/src/lib/components/ui/Button.svelte @@ -136,8 +136,11 @@ {#snippet content()} - + gap-[inherit] keeps the size variant's gap working across the extra level, and the + transition matches the ::before shadow's so both halves of the press ease together. --> + {#if loading} {:else} diff --git a/web/src/lib/components/ui/User.svelte b/web/src/lib/components/ui/User.svelte index 10ee5b69..e89b17b1 100644 --- a/web/src/lib/components/ui/User.svelte +++ b/web/src/lib/components/ui/User.svelte @@ -19,7 +19,7 @@ avatar: "size-[26px]" }, regular: { - root: "gap-1.5", + root: "gap-1", avatar: "size-[21px]" }, small: {