[style](trx-frontend-http): increase spacing in scheduler entry form

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 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-03-17 01:42:42 +01:00
parent d6d7c7d1f0
commit 49659a5ce7
@@ -3426,6 +3426,12 @@ button:focus-visible, input:focus-visible, select:focus-visible {
white-space: nowrap; 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, #bm-form-wrap,
#sch-entry-form-wrap { #sch-entry-form-wrap {
position: fixed; position: fixed;