Fixed drawer; added manifest file

This commit is contained in:
Christoph Oberhofer
2016-06-25 00:33:47 +02:00
parent d6f1ed59ad
commit 0b1f1dc3bd
6 changed files with 34 additions and 8 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

+14 -1
View File
@@ -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%;
}