Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

prompt: bump stacked notepat gap to 10px

6px still felt cramped between the stacked notepat button and the
commit button on narrow screens.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
system/public/aesthetic.computer/disks/prompt.mjs
··· 5943 5943 const notepatWidth = notepatTextWidth + 4; // padL + padR 5944 5944 const notepatHeight = 7 + 2 * 2; // ch=7, padY*2 5945 5945 const pairGap = 4; 5946 - const stackedGap = 6; // breathing room between stacked notepat and commit 5946 + const stackedGap = 10; // breathing room between stacked notepat and commit 5947 5947 const enterBoxForStack = $.system.prompt.input?.enter?.btn?.box; 5948 5948 const pasteBoxForStack = $.system.prompt.input?.paste?.btn?.box; 5949 5949 // Commit is centered; pair extends rightward by pairGap + notepatWidth.