Fix web player overflow

This commit is contained in:
Alexandre Iooss 2020-10-19 21:52:53 +02:00
parent 4727b2bf64
commit cd63c93dce
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
video {
display: block;
flex-grow: 1;
width: 100%;
max-width: 100%;
/* Black borders around video */
background-color: #000;