[fix](trx-frontend-http): improve recorder filter input and normalize file action button sizes
Widen the recordings filter input (remove max-width cap, set min-width), add search icon placeholder, use type=search for native clear button. Also fix download/remove button size mismatch with explicit height. 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:
@@ -1215,7 +1215,7 @@ small { color: var(--text-muted); }
|
||||
align-items: center;
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
.recorder-filter-input { flex: 1; min-width: 0; max-width: 22rem; }
|
||||
.recorder-filter-input { flex: 1; min-width: 12rem; }
|
||||
.recorder-sort-select { width: auto; min-width: 10rem; }
|
||||
.recorder-section { margin-bottom: 1.5rem; }
|
||||
.recorder-section-heading {
|
||||
@@ -1254,7 +1254,9 @@ small { color: var(--text-muted); }
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0.2rem 0.5rem;
|
||||
height: 1.65rem;
|
||||
font-size: 0.78rem;
|
||||
font-family: inherit;
|
||||
line-height: 1.4;
|
||||
|
||||
Reference in New Issue
Block a user