From 3d29c93eb6eb76184d51e62a83de2bb1bddda273 Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 12:50:11 +0300 Subject: [PATCH] =?UTF-8?q?DayGroupedFlightList:=20day=20header=20padding?= =?UTF-8?q?=2012px=2018px=20=E2=86=92=2020px=20(Angular=20parity)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/schedule/components/DayGroupedFlightList.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/features/schedule/components/DayGroupedFlightList.scss b/src/features/schedule/components/DayGroupedFlightList.scss index f193e20c..9bc46bf5 100644 --- a/src/features/schedule/components/DayGroupedFlightList.scss +++ b/src/features/schedule/components/DayGroupedFlightList.scss @@ -60,11 +60,14 @@ background: colors.$white; } + // Angular's `schedule-search-result-day` wraps the whole row in + // `padding: $space-xl` (20px). Match it so the day group header has + // the same visual weight as the Angular reference. &__header { display: flex; align-items: center; gap: 12px; - padding: 12px 18px; + padding: vars.$space-xl; background: colors.$blue-extra-light; border-bottom: 1px solid colors.$border; cursor: pointer;