This commit is contained in:
parent
fc730fb64b
commit
a427f2c364
2 changed files with 2 additions and 1 deletions
|
|
@ -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;}
|
||||
|
|
|
|||
|
|
@ -287,6 +287,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<input class="filter-search" type="text" id="search-input" placeholder="Search..." oninput="renderTable()">
|
||||
</div>
|
||||
<div class="filter-row filter-row-advanced">
|
||||
<select class="filter-select" id="filter-who-select" onchange="renderTable()">
|
||||
<option value="all">Who answered: all</option>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue