Fill the screen on a firefox os device.

This commit is contained in:
Donovan Preston 2014-08-03 10:45:23 -04:00
Родитель 5e95449519
Коммит 141f8b5850
1 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -7,10 +7,20 @@
position: absolute;
top: 0px;
right: 0px;
border: 1px dotted #ababab;
border: 1px solid #ababab;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#canvas {
bottom: 0px;
left: 0px;
border: none;
}
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1.0">
<script type="text/javascript">
if (!window.TextDecoder) {
var script = document.createElement("script");