Fix control bar detaching from video player and remove padding
This commit is contained in:
parent
1e4a596131
commit
0f98f6f62c
|
@ -11,7 +11,6 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-height: 90vh;
|
||||
|
||||
/* Black borders when video is not 16/9 */
|
||||
background-color: #000;
|
||||
|
|
|
@ -50,7 +50,6 @@ h1, h2, h3, h4 {
|
|||
}
|
||||
|
||||
.col-video {
|
||||
padding: 1rem;
|
||||
flex-basis: 0;
|
||||
flex-grow: 1;
|
||||
text-align: right;
|
||||
|
|
Loading…
Reference in New Issue