Skip to content

Commit

Permalink
fix windows sidebar icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
duduBTW committed Nov 12, 2024
1 parent f409671 commit 7c7d766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/scenes/main-scene/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7c7d766

Please sign in to comment.