From 6f6081eb1b2d811f7dddb702545aed80919dbbe7 Mon Sep 17 00:00:00 2001 From: afn <47723802+afnzmn@users.noreply.github.com> Date: Sun, 16 Oct 2022 00:09:36 -0400 Subject: [PATCH] fix: tweak appearance of package menu --- .../molecules/ContributorHost.svelte | 2 +- src/routes/patches/+page.svelte | 79 ++++++++++++------- 2 files changed, 50 insertions(+), 31 deletions(-) diff --git a/src/lib/components/molecules/ContributorHost.svelte b/src/lib/components/molecules/ContributorHost.svelte index 3d6f6f1..51559f4 100644 --- a/src/lib/components/molecules/ContributorHost.svelte +++ b/src/lib/components/molecules/ContributorHost.svelte @@ -75,7 +75,7 @@ grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); background-color: var(--grey-six); padding: 1.5rem; - border-radius: 28px; + border-radius: 16px; } \ No newline at end of file diff --git a/src/routes/patches/+page.svelte b/src/routes/patches/+page.svelte index 33b7620..d6f1df8 100644 --- a/src/routes/patches/+page.svelte +++ b/src/routes/patches/+page.svelte @@ -8,7 +8,7 @@ let patches: any; let pkg_list = []; - let current = 'all'; + let current = ''; onMount (async () => { PatchesStore.subscribe(async (e) => { @@ -37,9 +37,10 @@ > {#if pkg_list}