fix vibe 2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
dv 2026-03-18 23:36:15 +03:00
parent fc730fb64b
commit a427f2c364
2 changed files with 2 additions and 1 deletions

View file

@ -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);} .stat-card-lbl{font-size:11px;color:var(--text3);}
/* ── MAIN PANEL ──────────────────────────────────────────── */ /* ── 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;} .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{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;} .detail-col.hidden{display:none;}

View file

@ -287,6 +287,7 @@
</div> </div>
</div> </div>
<input class="filter-search" type="text" id="search-input" placeholder="Search..." oninput="renderTable()"> <input class="filter-search" type="text" id="search-input" placeholder="Search..." oninput="renderTable()">
</div>
<div class="filter-row filter-row-advanced"> <div class="filter-row filter-row-advanced">
<select class="filter-select" id="filter-who-select" onchange="renderTable()"> <select class="filter-select" id="filter-who-select" onchange="renderTable()">
<option value="all">Who answered: all</option> <option value="all">Who answered: all</option>