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