Skip to content

Commit

Permalink
Reduce height to 350px, allow to resize, remove -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Aug 17, 2024
1 parent adbe522 commit c825e49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 218 deletions.
214 changes: 0 additions & 214 deletions content/demo-dev.html

This file was deleted.

10 changes: 6 additions & 4 deletions content/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,22 @@
position: absolute;
right: 8px;
bottom: 8px;
top: 215px;
left: 90px;
background: rgb(245, 245, 245);
border: 1px solid #ccc;
}
.code-wrapper, iframe {
height: 400px;
.code-wrapper {
height: 350px;
}
iframe {
width: 100%
width: 100%;
height: 100%;
}
.code-wrapper {
position: relative;
border: 1px solid #ccc;
resize: vertical;
overflow: hidden;
}
.spinner-wrapper {
display: flex;
Expand Down

0 comments on commit c825e49

Please sign in to comment.