Skip to content

Commit

Permalink
Shrink play/pause controls slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed May 3, 2023
1 parent 4f03e10 commit 3816967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/Editor/EditorPalette/PlayPauseControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ const PlayPauseControls: React.FC<Props> = ({ betaKey }) => {
<Paper
sx={({ palette, shape, spacing }) => ({
width: "100%",
maxWidth: "sm",
maxWidth: 320,
display: "flex",
justifyContent: "space-between",
margin: `0 ${spacing(1)}`,
padding: 1,
padding: `0 ${spacing(1)}`,
backgroundColor: alpha(
palette.background.paper,
palette.opacity.translucent
Expand Down

0 comments on commit 3816967

Please sign in to comment.