1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Oinktube/plugin/YouPHPFlix2/view/css/fullscreen.css
2018-11-28 16:02:40 -03:00

20 lines
333 B
CSS

body{
margin: 0;
padding: 0;
overflow: hidden;
}
#videoContainer{
position: absolute;
top: 0;
height: 100vh;
width: 100vw;
z-index: 99999;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
padding-bottom: 120px;
}
.firstC{
position: absolute;
}