open window to run code

This commit is contained in:
Dmitry Vasilev
2022-10-26 01:05:52 +08:00
parent 9ab8ddec68
commit 30e318a2c4
4 changed files with 36 additions and 13 deletions

View File

@@ -322,8 +322,12 @@
.status {
color: red;
}
.options {
.open_run_window {
margin-left: auto;
}
.options {
padding: 5px;
}
.options > * {
@@ -384,8 +388,6 @@
</head>
<body>
<iframe id='run_code' src='iframe.html' hidden>
</iframe>
<div id='app' class='app'>
</div>
</body>