[fix](trx-frontend-http): widen recorder filter input and narrow sort picker

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-04-04 12:48:34 +02:00
parent 8b840dbf9e
commit 7e15c0b5e4
@@ -1215,8 +1215,8 @@ small { color: var(--text-muted); }
align-items: center; align-items: center;
margin-bottom: 0.6rem; margin-bottom: 0.6rem;
} }
.recorder-filter-input { flex: 1; min-width: 12rem; } .recorder-filter-input { flex: 3; min-width: 16rem; }
.recorder-sort-select { width: auto; min-width: 10rem; } .recorder-sort-select { flex: 1; width: auto; min-width: 7rem; max-width: 10rem; }
.recorder-section { margin-bottom: 1.5rem; } .recorder-section { margin-bottom: 1.5rem; }
.recorder-section-heading { .recorder-section-heading {
font-size: 0.85rem; font-size: 0.85rem;