We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24e79e commit 7b721d8Copy full SHA for 7b721d8
1 file changed
cli.js
@@ -15,8 +15,8 @@ const trash = require("trash");
15
16
const { cloneGistPath, commitAll, push } = require("./git-util");
17
18
-const CONTAINER_WIDTH = 892;
19
-const CUT_WIDTH = 404;
+const CONTAINER_WIDTH = 928;
+const CUT_WIDTH = 422;
20
const CUT_HEIGHT = 100;
21
const CARD_PADDING_TOP = 37;
22
const CARD_PADDING_HORIZONTAL = 16;
0 commit comments