From e97fea2c2617b7da512b7e4e9f6929589254a37e Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Tue, 10 Feb 2026 01:40:23 +0100 Subject: [PATCH] Fix clear radius button --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index 3a99e73..5956c12 100644 --- a/static/style.css +++ b/static/style.css @@ -423,10 +423,12 @@ html, body { align-items: center; gap: 6px; flex: 1; + min-width: 0; } .pin-radius-label input[type="range"] { flex: 1; + min-width: 0; cursor: pointer; } @@ -436,6 +438,7 @@ html, body { } .pin-clear-btn { + flex-shrink: 0; background: var(--clear-btn-bg); color: var(--text-muted); border: none;