From 49659a5ce796d420ddca5e28c01c511f842490fc Mon Sep 17 00:00:00 2001 From: Stanislaw Grams Date: Tue, 17 Mar 2026 01:42:42 +0100 Subject: [PATCH] [style](trx-frontend-http): increase spacing in scheduler entry form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Row gap 0.5→0.75rem and label-to-input gap 0.2→0.35rem, scoped to #sch-entry-form so the bookmark form is unaffected. Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stanislaw Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 6 ++++++ 1 file changed, 6 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 cd4ce9d..feb595e 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 @@ -3426,6 +3426,12 @@ button:focus-visible, input:focus-visible, select:focus-visible { white-space: nowrap; } +#sch-entry-form .bm-form-grid { + gap: 0.75rem 0.75rem; +} +#sch-entry-form .bm-label { + gap: 0.35rem; +} #bm-form-wrap, #sch-entry-form-wrap { position: fixed;