ChandimaPrabath's picture
patch #1
085e9e0
raw
history blame
No virus
419 Bytes
.film-player-container {
width: 100dvw;
height: 100dvh;
padding: 0;
margin: 0;
background-color: transparent;
}
.loading {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
justify-content: center;
align-items: center;
z-index: 100;
}
.text-white {
color: black;
}
.download-status {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}