Embed: fake fullscreen mode for when the fullscreen api is not available

This commit is contained in:
Cat 2021-04-21 18:26:05 +02:00 committed by Thulinma
parent bffd81f27e
commit 1254018e37
6 changed files with 49 additions and 13 deletions

View file

@ -68,6 +68,9 @@
.mistvideo-decodingIssues label {
position: relative;
}
.mistvideo-decodingIssues label .mistvideo-description {
font-size: 0.9em;
}
.mistvideo-decodingIssues label .value {
font-size: 0.8em;
}

View file

@ -112,6 +112,8 @@ select > option {
bottom: 0;
width: 100% !important;
height: 100% !important;
background-color: #111 !important;
z-index: 999;
}
video {
display: block;