From 7e15c0b5e4955270d8a2127b8a62030515c25c03 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 4 Apr 2026 12:48:34 +0200 Subject: [PATCH] [fix](trx-frontend-http): widen recorder filter input and narrow sort picker Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index e064b9c..2e4d700 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -1215,8 +1215,8 @@ small { color: var(--text-muted); } align-items: center; margin-bottom: 0.6rem; } -.recorder-filter-input { flex: 1; min-width: 12rem; } -.recorder-sort-select { width: auto; min-width: 10rem; } +.recorder-filter-input { flex: 3; min-width: 16rem; } +.recorder-sort-select { flex: 1; width: auto; min-width: 7rem; max-width: 10rem; } .recorder-section { margin-bottom: 1.5rem; } .recorder-section-heading { font-size: 0.85rem;