Fix control bar detaching from video player and remove padding

This commit is contained in:
Alexandre Iooss 2020-10-13 19:25:21 +02:00
parent 1e4a596131
commit 0f98f6f62c
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@
left: 0;
width: 100%;
height: 100%;
max-height: 90vh;
/* Black borders when video is not 16/9 */
background-color: #000;

View File

@ -50,7 +50,6 @@ h1, h2, h3, h4 {
}
.col-video {
padding: 1rem;
flex-basis: 0;
flex-grow: 1;
text-align: right;