From a427f2c364be040874d42b1292edf198b4187d4e Mon Sep 17 00:00:00 2001 From: dv Date: Wed, 18 Mar 2026 23:36:15 +0300 Subject: [PATCH] fix vibe 2 --- public/css/app.css | 2 +- public/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/app.css b/public/css/app.css index 8e81dd5..9d7db68 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -220,7 +220,7 @@ body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);min-h .stat-card-lbl{font-size:11px;color:var(--text3);} /* ── MAIN PANEL ──────────────────────────────────────────── */ -.tasks-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden;} +.tasks-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;overflow:hidden;} .tasks-split{display:flex;gap:14px;flex:1;min-height:0;overflow:hidden;} .detail-col{width:380px;flex-shrink:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden;} .detail-col.hidden{display:none;} diff --git a/public/index.html b/public/index.html index a0afe3c..55cc273 100644 --- a/public/index.html +++ b/public/index.html @@ -287,6 +287,7 @@ +