Skip to content

Commit 815f0d5

Browse files
committed
fix: adjust padding in SidePanel draggable area and correct minimum width constant
1 parent 8d62510 commit 815f0d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/common/SidePanel/SidePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export const SidePanel = ({ asideWidth }: SidePanelProps) => {
8585
onStart={handleDragStart}
8686
onStop={handleDragStop}
8787
>
88-
<div className="aside-drag flex px-7 dc__cursor-col-resize dc__zi-10">
88+
<div className="aside-drag flex px-5 dc__cursor-col-resize dc__zi-10">
8989
<div className="aside-drag__handle px-1 br-1" />
9090
</div>
9191
</Draggable>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const SIDE_PANEL_MIN_ASIDE_WIDTH = 364
1+
export const SIDE_PANEL_MIN_ASIDE_WIDTH = 362
22

33
export const SIDE_PANEL_MAX_ASIDE_WIDTH = 525

0 commit comments

Comments
 (0)