зеркало из https://github.com/mozilla/pluotsorbet.git
Fill the screen on a firefox os device.
This commit is contained in:
Родитель
5e95449519
Коммит
141f8b5850
12
index.html
12
index.html
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче