1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/plugin/YouPHPFlix2/view/css/fullscreen.css
2022-03-17 11:43:59 -03:00

26 lines
No EOL
466 B
CSS

body{
margin: 0;
padding: 0;
overflow: hidden;
}
#videoContainer{
position: fixed;
top: 0;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
width: 100vw;
z-index: 99999;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
padding-bottom: 120px;
}
#youtubeModeOnFullscreenCloseButton{
display: block !important;
}
.firstC{
position: absolute;
}