unset video max-height max-width for fullscreen webkit, #264

This commit is contained in:
simon 2022-07-22 14:50:53 +07:00
parent 4b1ebf44c9
commit f0a44678ed
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 6 additions and 0 deletions

View File

@ -415,6 +415,12 @@ button:hover {
margin: 10px 10px 10px 0;
}
/* fix for safari full screen not scaling full */
video:-webkit-full-screen {
max-height: unset !important;
max-width: unset !important;
}
/* video list */
.video-list {
display: grid;