improve playground padding on the website
This commit is contained in:
parent
85a1223f63
commit
b9dc7c7033
|
@ -533,7 +533,7 @@ export const SquigglePlayground: FC<PlaygroundProps> = ({
|
|||
<SquiggleContainer>
|
||||
<StyledTab.Group>
|
||||
<div className="pb-4">
|
||||
<div className="flex justify-between items-center mt-2">
|
||||
<div className="flex justify-between items-center">
|
||||
<StyledTab.List>
|
||||
<StyledTab
|
||||
name={vars.showEditor ? "Code" : "Display"}
|
||||
|
|
|
@ -57,6 +57,7 @@ export default function PlaygroundPage() {
|
|||
<div
|
||||
style={{
|
||||
maxWidth: 2000,
|
||||
padding: 8,
|
||||
}}
|
||||
>
|
||||
<SquigglePlayground {...playgroundProps} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user