improve: update css

This commit is contained in:
h z
2025-05-11 20:14:29 +01:00
parent 101666d26d
commit e5affe3465
5 changed files with 103 additions and 57 deletions

View File

@@ -5,6 +5,7 @@ const LayoutEditor = ({layout, onChange}) => {
return (
<textarea
className="textarea"
style={{ height: "60vh" }}
value={_layout}
onChange={(e) => {
setLayout(e.target.value);