From 45dc7de6e5431fb96db2f3ba1b90bfc9e51eec41 Mon Sep 17 00:00:00 2001 From: Kiet Ho Date: Fri, 16 Jan 2026 10:29:14 -0800 Subject: [PATCH] fix(desktop): move new tab tooltip to top Move the tooltip position from bottom to top for the new tab button in the tab strip for better visibility. --- .../ContentView/TabsContent/GroupStrip/GroupStrip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/renderer/screens/main/components/WorkspaceView/ContentView/TabsContent/GroupStrip/GroupStrip.tsx b/apps/desktop/src/renderer/screens/main/components/WorkspaceView/ContentView/TabsContent/GroupStrip/GroupStrip.tsx index 6b45f304f9d..7f6cc69d2eb 100644 --- a/apps/desktop/src/renderer/screens/main/components/WorkspaceView/ContentView/TabsContent/GroupStrip/GroupStrip.tsx +++ b/apps/desktop/src/renderer/screens/main/components/WorkspaceView/ContentView/TabsContent/GroupStrip/GroupStrip.tsx @@ -173,7 +173,7 @@ export function GroupStrip() { - +