Skip to content

Commit

Permalink
better mobile styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Henderson committed Oct 26, 2023
1 parent b943f3f commit 45ad9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Animation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const Animation = (props: AnimationOptions) => {
</div>
</div>
{/* controls */}
<div className="flex h-full flex-col gap-2 py-4" style={{ minWidth: 512 }}>
<div className="flex h-full w-full flex-col gap-2 py-4" style={{ maxWidth: '512px' }}>
<p className={controlMode == 'playing' ? 'text-light' : 'text-neutral-400'}>{fps.toFixed(2)} fps</p>
<div className="flex flex-row gap-2">
<button
Expand Down

0 comments on commit 45ad9ba

Please sign in to comment.