From 364b0fcdc3f8746e47a48cf9e6b4f99723c4f9f6 Mon Sep 17 00:00:00 2001 From: stevejkang Date: Mon, 11 May 2026 16:33:32 +0900 Subject: [PATCH] Remove marginBottom from sidebar container The outer container had marginBottom={1} which added an extra blank line below the tokscale section. Other sidebar plugins (claude-usage, openai-usage, now-playing) do not use marginBottom, relying instead on the framework-provided slot spacing. This caused an inconsistent gap between tokscale and the next plugin compared to gaps between other plugins. --- src/tui.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tui.tsx b/src/tui.tsx index 170dbfd..d4bd00c 100644 --- a/src/tui.tsx +++ b/src/tui.tsx @@ -68,7 +68,7 @@ const tui: TuiPlugin = async (api, options, _meta) => { const fgColor = customLabelColor ?? t.text ?? "#EEFFFF" return ( - + {"Tokscale"}