From feb7a342718f0d014678517bf45e0043846905a7 Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 21 Mar 2024 09:30:20 +0100 Subject: Added fourth grid. Made grid 1 change depending on which item is selected --- ui/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/css') diff --git a/ui/css/style.css b/ui/css/style.css index e16181c..18093b4 100644 --- a/ui/css/style.css +++ b/ui/css/style.css @@ -28,9 +28,9 @@ body, html { overflow-y: auto; /* Add vertical scrolling */ } -.section.overview_control { +/*.section.overview_control { grid-row: 1 / span 2; /* Span the top left section across both rows */ -} +/*}*/ .table-wrapper { -- cgit v1.2.3