From ea7e44648bb6954f60b97792ec12797d50986fb5 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 6 May 2026 21:32:19 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20chart=20bars=20visible=20=E2=80=94=20use?= =?UTF-8?q?=20items-stretch=20+=20justify-end=20for=20correct=20height?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit items-end on parent prevents children from having height, making height:X% resolve to 0. Switch to items-stretch so flex-1 wrappers get full h-40 height, then justify-end aligns bars to the bottom. Co-Authored-By: Claude Sonnet 4.6 --- web/src/views/DashboardView.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/views/DashboardView.vue b/web/src/views/DashboardView.vue index 50aed09..30596e9 100644 --- a/web/src/views/DashboardView.vue +++ b/web/src/views/DashboardView.vue @@ -191,11 +191,11 @@ const DOW_LABELS = ['Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa', 'Su']

No sessions in this period

-
+
No sessions in this period

-
+