Skip to content

Commit

Permalink
feat: improve display on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Sep 20, 2022
1 parent c8a3c7a commit 5084f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/pages/Playground.tsx
Expand Up @@ -42,7 +42,7 @@ function Playground() {
<span className="text-red">注意</span>:请在大屏幕下编辑简历!
</div>
<div className="flex justify-center items-center lg:h-screen">
<div className="grid lg:grid-cols-2 grid-cols-1 overflow-hidden h-full">
<div className="grid md:grid-cols-2 grid-cols-1 overflow-hidden h-full">
<div className="hidden md:block h-full lg:h-full">
<MonacoEditor
ref={monacoRef}
Expand Down

0 comments on commit 5084f5b

Please sign in to comment.