stremio-web/src/routes/Player/styles.less
2019-04-08 17:18:09 +03:00

24 lines
No EOL
401 B
Text

.player-container, .modal-container {
--control-bar-button-size: 60px;
}
.player-container {
position: relative;
z-index: 0;
width: 100%;
height: 100%;
overflow: hidden;
.layer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
&.control-bar-layer {
top: initial;
}
}
}