mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-01-10 16:29:48 +00:00
fixed embed.html flexbox
This commit is contained in:
parent
0ea0ac2f60
commit
7b1ec939b6
@ -13,8 +13,11 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
#emuscreen {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.emuvideo {
|
||||
height:80%;
|
||||
width:90%;
|
||||
border-radius:20px;
|
||||
border: 4px solid #222;
|
||||
outline-color: #666;
|
||||
|
@ -572,6 +572,13 @@ function pushChangesToGithub(message:string) {
|
||||
files.push({path:newpath, data:data});
|
||||
}
|
||||
}
|
||||
// TODO: include built ROM file in bin/[mainfile].rom
|
||||
/*
|
||||
if (current_output instanceof Uint8Array) {
|
||||
let binpath = "bin/"+getCurrentMainFilename()+".rom";
|
||||
files.push({path:binpath, data:current_output});
|
||||
}
|
||||
*/
|
||||
// push files
|
||||
setWaitDialog(true);
|
||||
return getGithubService().login().then( () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user