add samples to playground

This commit is contained in:
2024-11-06 22:06:31 -08:00
parent eb1388caa8
commit 24ab6aa212
11 changed files with 647 additions and 10 deletions

View File

@@ -5,6 +5,9 @@
right: 0;
position: absolute;
}
#editor {
height: 100%;
}
.wrapper {
display: flex;
flex-direction: row;
@@ -25,6 +28,10 @@
gap: 10px;
margin: 10px 0 0 0;
border-bottom: solid 1px black;
height: 30px;
}
.tabBar>select {
margin: 0 5px 5px;
}
.tab {
padding: 4px;