Memory fixes, cleanup.

This commit is contained in:
Will Scullin
2017-08-20 10:46:10 -07:00
parent dc146bf630
commit 0343497abc
19 changed files with 2054 additions and 189 deletions

View File

@@ -173,12 +173,12 @@ canvas {
}
/*
@media screen and (min-device-width:1120px) {
:-webkit-full-screen {
:-webkit-full-screen {
background: #000;
}
:-moz-full-screen .overscan {
border: 0px none !important;
border: 0px none !important;
width: 1120px;
height: 768px;
margin: auto;
@@ -251,6 +251,33 @@ canvas {
height: 300px;
}
.apple2e #controls {
width: calc(100% - 70px)
}
.apple2e #reset {
position: absolute;
right: 0; top: 0;
background: #44372C;
border: 3px outset #66594E;
border-radius: 3px;
color: white;
font: 9px Helvetica;
height: 42px;
padding: 0;
width: 42px;
}
.apple2e #reset:hover {
background: #44372C;
border: 3px outset #66594E;
}
.apple2e #reset:active {
background: #22150A;
border: 5px outset #44372C;
}
#keyboard .row {
display: block;
margin: 0px;