From bc5fe1ae30095049f631079a2c3ab921447cfce5 Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 9 Oct 2025 21:22:02 +0100 Subject: [PATCH] fix(ui): adjust relay indicator position for better visual alignment --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 659248f7..b609f67f 100644 --- a/src/index.css +++ b/src/index.css @@ -1577,7 +1577,7 @@ body { .highlight-relay-indicator { position: absolute; - bottom: -4px; + bottom: -2px; left: 0; font-size: 0.7rem; color: #888;