dillon1000/react

Commit

[Playground] Style compiler options editor

This diff adds styling to the compiler options editor. The floating input/output 
toggle button on small screens now spans the bottom of the screen, so that it 
doesn't block the compiler options. 

Height overflows when adjusting screen size are complicated by Monaco Editor and 
will be addressed in a later diff. 

Test plan: 

Start Playground and see the latest look of the compiler options editor beneath 
the output section.
Browse files
Changed paths5 files
First-parent comparison
M compiler/forget/packages/playground/components/Editor/CompilerFlagsEditor.tsx ModifiedM compiler/forget/packages/playground/components/Editor/index.tsx ModifiedM compiler/forget/packages/playground/components/Editor/monacoOptions.ts ModifiedM compiler/forget/packages/playground/package.json ModifiedM compiler/forget/packages/playground/yarn.lock Modified
Patch

Files changed

Rendering syntax-highlighted changes…