Skip to content

Commit 3f2a821

Browse files
update size for preview
1 parent ed01c87 commit 3f2a821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editor/components/preview-and-run/preview-and-run-panel.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export function PreviewAndRunPanel(props: { config: SceneRunnerConfig }) {
3737
};
3838

3939
const TargetModePanel = () => {
40-
const _width = "375px";
41-
const _height = undefined;
40+
const _width = "100%";
41+
const _height = "100%";
4242
switch (mode) {
4343
case "preview":
4444
return (

0 commit comments

Comments
 (0)