From 5626408e2d9753629114499a81b33d27f32f6a2d Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Wed, 3 Dec 2025 20:18:06 +0100 Subject: [PATCH] vertically stacked recent activity boxes --- src/baby_monitor/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/baby_monitor/static/index.html b/src/baby_monitor/static/index.html index c3e3370..c1f974b 100644 --- a/src/baby_monitor/static/index.html +++ b/src/baby_monitor/static/index.html @@ -180,8 +180,8 @@ font-size: 1.1rem; } .activity-grid { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + display: flex; + flex-direction: column; gap: 1rem; } .activity-card {