From a41e26d45995c1b84bcd3d7313f659af3cc96f1b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 4 Jul 2026 06:03:06 +0000 Subject: [PATCH] fix: restrict sidebar collapse to session rail only at <=1180px viewport Remove workbench-grid from the 1fr responsive override so that collapsing the session rail does not stack all three workbench panels vertically, which previously hid the main conversation area. --- web/hwlab-cloud-web/src/styles/workbench.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/hwlab-cloud-web/src/styles/workbench.css b/web/hwlab-cloud-web/src/styles/workbench.css index 79c32b2f..11ee9121 100644 --- a/web/hwlab-cloud-web/src/styles/workbench.css +++ b/web/hwlab-cloud-web/src/styles/workbench.css @@ -3297,7 +3297,6 @@ display: none; } - .workbench-grid, .overview-grid, .settings-grid, .usage-panels,