Skip to content

Commit

Permalink
- drag handle mac
Browse files Browse the repository at this point in the history
  • Loading branch information
duduBTW committed Nov 17, 2024
1 parent 2cee343 commit 06a0b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const LeftPart = () => {

<Show when={isHoveringVolume()}>
<Slider
class="flex h-8 w-28 flex-grow items-center"
class="flex h-8 w-24 flex-grow items-center"
min={0}
max={1}
value={volume}
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/scenes/main-scene/MainScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const MainScene: Component = () => {

<ResizablePanel
offsetFromPanel={offsetFromPanel()}
min={390}
min={os() === "darwin" ? 432 : 390}
max={maxSidebarWidth()}
value={sidebarWidth as Accessor<number>}
onValueChange={setSidebarWidth}
Expand Down

0 comments on commit 06a0b9f

Please sign in to comment.