We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d62510 commit 815f0d5Copy full SHA for 815f0d5
src/components/common/SidePanel/SidePanel.tsx
@@ -85,7 +85,7 @@ export const SidePanel = ({ asideWidth }: SidePanelProps) => {
85
onStart={handleDragStart}
86
onStop={handleDragStop}
87
>
88
- <div className="aside-drag flex px-7 dc__cursor-col-resize dc__zi-10">
+ <div className="aside-drag flex px-5 dc__cursor-col-resize dc__zi-10">
89
<div className="aside-drag__handle px-1 br-1" />
90
</div>
91
</Draggable>
src/components/common/SidePanel/constants.ts
@@ -1,3 +1,3 @@
1
-export const SIDE_PANEL_MIN_ASIDE_WIDTH = 364
+export const SIDE_PANEL_MIN_ASIDE_WIDTH = 362
2
3
export const SIDE_PANEL_MAX_ASIDE_WIDTH = 525
0 commit comments