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

more control instructions fade in/out; flexbox, focus ring for emulator

This commit is contained in:
Steven Hugg
2019-05-18 11:19:12 -04:00
parent f93bdece20
commit d47231eb79
9 changed files with 59 additions and 10 deletions
+8 -1
View File
@@ -223,6 +223,8 @@ a.dropdown-toggle {
div.emulator {
background-color: #666;
margin-top: 20px auto 0;
display:flex;
flex-direction:column;
}
div.emuoverlay {
display:flex;
@@ -249,6 +251,10 @@ div.emuspacer {
width:90%;
pointer-events:auto;
}
.emuvideo:focus {
outline:none;
border-color:#888;
}
canvas.pixelated {
image-rendering: optimizeSpeed; /* Older versions of FF */
image-rendering: -moz-crisp-edges; /* FF 6.0+ */
@@ -517,7 +523,8 @@ div.asset_toolbar {
margin:8px;
}
.control-insns {
margin-top:1em;
margin-top: auto;
margin-bottom: 2em;
}
.control-key {
border: 2px solid rgba(0,0,0,0.2);