Skip to content

Commit 3b50af7

Browse files
committed
Revert: iframe back to 100% width/height
1 parent 0527b4c commit 3b50af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
justify-content: center;
7474
}
7575
#preview-area canvas { display: block !important; }
76-
#preview-area iframe { border: none; display: block; width: 500px; height: 400px; }
76+
#preview-area iframe { width: 100%; height: 100%; border: none; display: block; }
7777

7878
#preview-placeholder { color: #555; font-size: 13px; text-align: center; line-height: 2.2; }
7979
#preview-placeholder kbd {

0 commit comments

Comments
 (0)