From d6d7c7d1f058681e883c979f37794796241de613 Mon Sep 17 00:00:00 2001 From: Stanislaw Grams Date: Tue, 17 Mar 2026 01:41:57 +0100 Subject: [PATCH] [style](trx-frontend-http): make scheduler entry Edit/Remove buttons smaller Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stanislaw Grams --- .../trx-frontend-http/assets/web/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 a986452..cd4ce9d 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 @@ -3944,6 +3944,17 @@ button:focus-visible, input:focus-visible, select:focus-visible { color: var(--text-muted); 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 { align-items: flex-end; }