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:
@@ -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) );
|
||||
}
|
||||
Reference in New Issue
Block a user