Removed video-mute button, and some small fixes

This commit is contained in:
Håvar Aambø Fosstveit
2018-10-24 12:38:37 +02:00
parent 5f4be29d40
commit 5233debdfa
3 changed files with 34 additions and 57 deletions
+23 -1
View File
@@ -193,6 +193,28 @@
}
}
.paused-video {
position: absolute;
z-index: 11;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
> p {
padding: 6px 12px;
border-radius: 6px;
user-select: none;
pointer-events: none;
font-size: 20px;
color: rgba(#fff, 0.55);
}
}
.incompatible-video {
position: absolute;
z-index: 10;
@@ -210,7 +232,7 @@
border-radius: 6px;
user-select: none;
pointer-events: none;
font-size: 15px;
font-size: 20px;
color: rgba(#fff, 0.55);
}
}