diff --git a/src/routes/(app)/[username]/collection/+layout.svelte b/src/routes/(app)/[username]/collection/+layout.svelte index 1004b337..78f1f1b7 100644 --- a/src/routes/(app)/[username]/collection/+layout.svelte +++ b/src/routes/(app)/[username]/collection/+layout.svelte @@ -288,11 +288,10 @@ justify-content: space-between; gap: $unit-2x; padding: $unit-2x; - border-bottom: 1px solid var(--border-subtle); } .content { - padding: $unit-2x; + padding: 0 $unit-2x $unit-2x; min-height: 400px; } diff --git a/src/routes/(app)/[username]/collection/artifacts/+page.svelte b/src/routes/(app)/[username]/collection/artifacts/+page.svelte index 88e23071..36b5a87a 100644 --- a/src/routes/(app)/[username]/collection/artifacts/+page.svelte +++ b/src/routes/(app)/[username]/collection/artifacts/+page.svelte @@ -327,8 +327,8 @@ align-items: center; gap: $unit-2x; padding: $unit; - background: var(--placeholder-bg); - border-radius: $item-corner; + background: var(--button-contained-bg); + border-radius: $card-corner; } .filter-group {