apple2js/js/components/css/Apple2.module.css
Will Scullin cc46d040ca
Add drag and drop for disks (#130)
* Add drag and drop for disks

* Simplify storage state

* Switch to spawn, add abort signal to loads
2022-06-12 09:42:01 -07:00

10 lines
104 B
CSS

.outer {
margin: auto;
width: 620px;
display: none;
}
.outer.ready {
display: block;
}