mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 01:19:33 +00:00
unset video max-height max-width for fullscreen webkit, #264
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user