mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
cc46d040ca
* Add drag and drop for disks * Simplify storage state * Switch to spawn, add abort signal to loads
10 lines
104 B
CSS
10 lines
104 B
CSS
.outer {
|
|
margin: auto;
|
|
width: 620px;
|
|
display: none;
|
|
}
|
|
|
|
.outer.ready {
|
|
display: block;
|
|
}
|