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

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;