Skip to content

Commit 629ff2d

Browse files
committed
make instructions wider by default
1 parent 11af84a commit 629ff2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Panels.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ type TaskViewProps = {
6363

6464
export const TaskView = ({ children }: TaskViewProps) => {
6565
const size = useWindowSize()
66-
const x = useMotionValue(400)
66+
const x = useMotionValue(700)
6767
const width = useTransform(x, (value) => size[0] - 224 - value)
6868

6969
return (

0 commit comments

Comments
 (0)