Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sansmoraxz committed May 16, 2024
1 parent 03859dc commit 48e63fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CodeEditorWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const CodeEditorWindow = ({ language }: CodeEditorWindowProps) => {
<div className="flex flex-row">
<div>
<Editor
height="85vh"
height="80vh"
width="50vw"
language={language || "lua"}
theme="vs-dark"
Expand All @@ -81,7 +81,7 @@ const CodeEditorWindow = ({ language }: CodeEditorWindowProps) => {
defaultValue={defaultCode}
/>
</div>
<div className="h-1/4 w-96 p-4">
<div className="h-1/4 w-[50vw] p-4">
<button
onClick={() => runScript()}
disabled={isRunning}
Expand Down

0 comments on commit 48e63fd

Please sign in to comment.