Skip to content

Commit

Permalink
Small settings cleanups for iOS.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 049ad4ce6b896ec1fdede0614dde3790da4f9991
  • Loading branch information
cpojer committed Sep 15, 2024
1 parent 8ca5acf commit c6f905c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hera/GamepadOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Sprites } from 'athena-crisis:images';

export default function GamepadOverview() {
return (
<Stack alignCenter center nowrap>
<Stack adaptive alignCenter center>
<Stack gap={16} vertical>
<div>
L2:{' '}
Expand Down Expand Up @@ -69,8 +69,8 @@ const gamepadStyle = css`
padding: 24px;
image-rendering: pixelated;
user-select: none;
zoom: 2;

zoom: 2;
${Breakpoints.sm} {
zoom: 3;
}
Expand Down

0 comments on commit c6f905c

Please sign in to comment.