From 7c7d7662bfa0aac236d99ffa0cd22e3ad406fea4 Mon Sep 17 00:00:00 2001 From: dudubtw Date: Tue, 12 Nov 2024 13:28:19 -0300 Subject: [PATCH] fix windows sidebar icon position --- src/renderer/src/scenes/main-scene/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/scenes/main-scene/Sidebar.tsx b/src/renderer/src/scenes/main-scene/Sidebar.tsx index df2e79e4..f3630b05 100644 --- a/src/renderer/src/scenes/main-scene/Sidebar.tsx +++ b/src/renderer/src/scenes/main-scene/Sidebar.tsx @@ -35,7 +35,7 @@ export const Sidebar: Component = () => { class="no-drag fixed z-10" classList={{ // Windows/Linux - Offset for the nav on the top - "top-[44px] left-[16px]": os() !== "darwin", + "top-[8px] left-[16px]": os() !== "darwin", // Mac - Offset for the traffic lights on the left "top-[16px] left-[86px]": os() === "darwin",