From 60722576a64d272ca5497e2621795706c3740c4f Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sat, 15 Aug 2026 23:04:59 +0900 Subject: [PATCH] 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 --- frontend/src/features/models/pages/ModelsList.vue | 2 +- frontend/src/shared/ui/layouts/PageLayout.vue | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/src/features/models/pages/ModelsList.vue b/frontend/src/features/models/pages/ModelsList.vue index 4483200f..0ebafc25 100644 --- a/frontend/src/features/models/pages/ModelsList.vue +++ b/frontend/src/features/models/pages/ModelsList.vue @@ -185,8 +185,8 @@ function handleSearch() {