From 68f2d202f07803a32c21ff965ddd3fac4fd4d98d Mon Sep 17 00:00:00 2001 From: Felix Zett Date: Sat, 20 Sep 2025 17:13:33 +0200 Subject: [PATCH] style: compact layout for TripChecklist header --- frontend/src/App.tsx | 2 +- frontend/src/pages/TripChecklist.tsx | 169 ++++++++++++++------------- 2 files changed, 88 insertions(+), 83 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 346a809..42af6c7 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -46,7 +46,7 @@ function Navigation() { const isTripDetail = /^\/trips\/[^/]+$/.test(location.pathname); return ( -