1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-11-25 18:33:11 +00:00

fixed verilog kbd for firefox

This commit is contained in:
Steven Hugg 2018-09-26 14:26:21 -04:00
parent 22e79612ee
commit fa4eefba59

View File

@ -225,11 +225,13 @@ div.emuoverlay {
top:0; top:0;
width:100%; width:100%;
height:100%; height:100%;
pointer-events:none;
} }
div.emuscope { div.emuscope {
background-color: #333; background-color: #333;
} }
div.emuspacer { div.emuspacer {
width:0;
} }
/* has to be here b/c renders differently after first load if in inline style */ /* has to be here b/c renders differently after first load if in inline style */
.emuvideo { .emuvideo {
@ -242,6 +244,7 @@ div.emuspacer {
margin-left:7.5%; margin-left:7.5%;
margin-right:7.5%; margin-right:7.5%;
width: 85%; width: 85%;
pointer-events:auto;
} }
canvas.pixelated { canvas.pixelated {
image-rendering: optimizeSpeed; /* Older versions of FF */ image-rendering: optimizeSpeed; /* Older versions of FF */