1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 15:16:38 +00:00

use preact for scripting notebook, moved files

This commit is contained in:
Steven Hugg
2021-08-14 11:06:49 -05:00
parent a8b2b7c043
commit 7f86ed0cb6
14 changed files with 282 additions and 328 deletions
+8
View File
@@ -793,3 +793,11 @@ div.asset_toolbar {
.scripting-cell div {
display: inline;
}
div.scripting-color {
padding:0.1em;
margin:0.1em;
}
div.scripting-grid {
display: grid;
grid-template-columns: repeat( auto-fit, minmax(2em, 1fr) );
}