Fixed drawer; added manifest file
parent
d6f1ed59ad
commit
0b1f1dc3bd
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"short_name": "Quagga Sandbox",
|
||||||
|
"name": "Sandbox for Barcode-Scanning with Quagga",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "static/icon.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"start_url": "index.html",
|
||||||
|
"display": "standalone",
|
||||||
|
"orientation": "portrait"
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
@ -1,3 +1,16 @@
|
|||||||
video {
|
.overlay__content {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.overlay__content video, .overlay__content canvas {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.overlay__content canvas {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue