collection layout and filter bar styling tweaks

This commit is contained in:
Justin Edmund 2025-12-19 01:15:20 -08:00
parent c4d251e44f
commit 5ba9553ef7
2 changed files with 3 additions and 4 deletions

View file

@ -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;
}

View file

@ -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 {