From 4b782ff0781867a6a80f8dc7bc8e6da90ec2afac Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Thu, 9 Jul 2026 21:20:30 -0400 Subject: [PATCH] fix(chrono): fit workspace within private layout Signed-off-by: Sebastian Krupinski --- src/components/DaysView.vue | 2 +- src/pages/ChronoPage.vue | 17 +++++++++++------ src/routes.ts | 2 ++ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/src/components/DaysView.vue b/src/components/DaysView.vue index 3748c6e..2c209dc 100644 --- a/src/components/DaysView.vue +++ b/src/components/DaysView.vue @@ -326,7 +326,7 @@ function selectionLabel(selection: NonNullable): str display: flex; flex-direction: column; height: 100%; - min-height: 600px; + min-height: 0; } .days-grid { diff --git a/src/pages/ChronoPage.vue b/src/pages/ChronoPage.vue index fcae316..14146a6 100644 --- a/src/pages/ChronoPage.vue +++ b/src/pages/ChronoPage.vue @@ -163,7 +163,7 @@ function selectSectionFromRoute() {