From cca89397cf22da8493f70de339ca2d2acc3786e6 Mon Sep 17 00:00:00 2001 From: DiTus Date: Thu, 26 Feb 2026 21:24:14 +0100 Subject: [PATCH] Fix button positioning: Keep buttons on left side with 5px spacing - Remove justify-content: space-between that centered buttons - Change gap from 4px to 5px for spacing between buttons - Buttons now appear after text on left side (not centered/center-right) --- src/api/dashboard/static/css/indicators-new.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/dashboard/static/css/indicators-new.css b/src/api/dashboard/static/css/indicators-new.css index ffdbf4e..4138129 100644 --- a/src/api/dashboard/static/css/indicators-new.css +++ b/src/api/dashboard/static/css/indicators-new.css @@ -114,8 +114,7 @@ padding: 8px 0; display: flex; align-items: center; - justify-content: space-between; - gap: 4px; + gap: 5px; } .section-title button.clear-all, .section-title button.visibility-toggle {