···1462314623 // Flush with the left edge of the screen; extend right past the text with a
1462414624 // small padding so the tap area isn't uncomfortably tight.
1462514625 const textStartX = currentHUDOffset.x + hudAnimationState.slideOffset.x;
1462614626- const rightPad = Math.max(4, Math.round(hudBlockWidth));
1462614626+ const rightPad = Math.max(6, Math.round(hudBlockWidth * 1.5));
1462714627 currentHUDButton.box.x = 0;
1462814628 currentHUDButton.box.y = 0;
1462914629 currentHUDButton.box.w = Math.max(