[style](trx-frontend-http): make scheduler entry Edit/Remove buttons smaller

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-03-17 01:41:57 +01:00
parent 8da4c49d1d
commit d6d7c7d1f0
@@ -3944,6 +3944,17 @@ button:focus-visible, input:focus-visible, select:focus-visible {
color: var(--text-muted); color: var(--text-muted);
font-weight: 600; font-weight: 600;
} }
.sch-ts-table td:last-child {
white-space: nowrap;
}
.sch-ts-table td:last-child button {
font-size: 0.78rem;
padding: 0.18rem 0.45rem;
margin-right: 0.25rem;
}
.sch-ts-table td:last-child button:last-child {
margin-right: 0;
}
.sch-add-row { .sch-add-row {
align-items: flex-end; align-items: flex-end;
} }