mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 19:42:20 +00:00
Fix web player overflow
This commit is contained in:
parent
4727b2bf64
commit
cd63c93dce
@ -2,7 +2,7 @@
|
|||||||
video {
|
video {
|
||||||
display: block;
|
display: block;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
|
|
||||||
/* Black borders around video */
|
/* Black borders around video */
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
|
Loading…
Reference in New Issue
Block a user