style(fe): standardize filter section height across all pages

PageLayout:
- Filter section: min-height 52px (standard height)
- Display: flex with center alignment
- Consistent gap between elements

ModelsList:
- Filter container: align-items center
- Remove bottom margin (handled by PageLayout)

Ensures all pages have consistent filter bar heights
and alignment without per-page CSS adjustments.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-08-15 23:04:59 +09:00
parent 9223f5d288
commit 60722576a6
2 changed files with 12 additions and 2 deletions
@@ -185,8 +185,8 @@ function handleSearch() {
<style scoped>
.filters {
display: flex;
align-items: center;
gap: var(--kbx-spacing-md, 1rem);
margin-bottom: var(--kbx-spacing-md, 1rem);
}
.search-input,