Skip to content

Commit 7b721d8

Browse files
committed
Update container width and cut width
1 parent d24e79e commit 7b721d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const trash = require("trash");
1515

1616
const { cloneGistPath, commitAll, push } = require("./git-util");
1717

18-
const CONTAINER_WIDTH = 892;
19-
const CUT_WIDTH = 404;
18+
const CONTAINER_WIDTH = 928;
19+
const CUT_WIDTH = 422;
2020
const CUT_HEIGHT = 100;
2121
const CARD_PADDING_TOP = 37;
2222
const CARD_PADDING_HORIZONTAL = 16;

0 commit comments

Comments
 (0)