Skip to content

Commit f365aed

Browse files
authored
feat: increase editor iframe dimensions for better visibility (#388)
1 parent e2790c6 commit f365aed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/EditorPreview/styles.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
.editorContainer {
29-
max-width: 1200px;
29+
max-width: 1400px;
3030
margin: 0 auto;
3131
}
3232

@@ -37,7 +37,7 @@
3737
box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
3838
overflow: hidden;
3939
margin-bottom: 30px;
40-
height: 600px;
40+
height: 800px;
4141
position: relative;
4242
}
4343

@@ -70,7 +70,7 @@ html[data-theme="dark"] .editorWrapper {
7070
}
7171

7272
.editorWrapper {
73-
height: 500px;
73+
height: 700px;
7474
border-radius: 8px;
7575
}
7676

0 commit comments

Comments
 (0)