mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 20:52:20 +00:00
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;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-height: 90vh;
|
|
||||||
|
|
||||||
/* Black borders when video is not 16/9 */
|
/* Black borders when video is not 16/9 */
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
@ -50,7 +50,6 @@ h1, h2, h3, h4 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.col-video {
|
.col-video {
|
||||||
padding: 1rem;
|
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user