From a814e7ec5b9f8e009fb6aebbb35fbe38516fe359 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 21 Mar 2026 21:04:57 +0100 Subject: [PATCH] [fix](trx-frontend-http): widen spectrum shift button hit target Co-Authored-By: Claude Opus 4.6 Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 dd52ce5..eaeb920 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 @@ -2819,7 +2819,7 @@ button:focus-visible, input:focus-visible, select:focus-visible { top: 50%; transform: translateY(-50%); z-index: 8; - width: 1rem; + width: 1.4rem; height: 100%; padding: 0; border: none; @@ -2904,6 +2904,7 @@ button:focus-visible, input:focus-visible, select:focus-visible { white-space: nowrap; top: 2px; font-weight: 700; + pointer-events: none; } #spectrum-bookmark-axis { position: absolute;