Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

prompt: fix x86 OS button position — reduce width offset from 58 to 46

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

+1 -1
+1 -1
system/public/aesthetic.computer/disks/prompt.mjs
··· 5138 5138 5139 5139 const osBtnText = "x86 OS"; 5140 5140 const osBtnY = btnPaddingTop; 5141 - const osBtnX = screen.width - 58 - btnPaddingRight; 5141 + const osBtnX = screen.width - 46 - btnPaddingRight; 5142 5142 5143 5143 if (!osBtn) { 5144 5144 osBtn = new $.ui.TextButton(osBtnText, { x: osBtnX, y: osBtnY });