diff --git a/css/ui.css b/css/ui.css index cb0c2403..29d388fe 100644 --- a/css/ui.css +++ b/css/ui.css @@ -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); diff --git a/index.html b/index.html index 51a925e4..49880eea 100644 --- a/index.html +++ b/index.html @@ -214,7 +214,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
-
+
-