Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

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

hud: bump right padding to 1.5 blockWidths for comfy tap target

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

+1 -1
+1 -1
system/public/aesthetic.computer/lib/disk.mjs
··· 14623 14623 // Flush with the left edge of the screen; extend right past the text with a 14624 14624 // small padding so the tap area isn't uncomfortably tight. 14625 14625 const textStartX = currentHUDOffset.x + hudAnimationState.slideOffset.x; 14626 - const rightPad = Math.max(4, Math.round(hudBlockWidth)); 14626 + const rightPad = Math.max(6, Math.round(hudBlockWidth * 1.5)); 14627 14627 currentHUDButton.box.x = 0; 14628 14628 currentHUDButton.box.y = 0; 14629 14629 currentHUDButton.box.w = Math.max(