mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-01 13:24:55 +00:00
24 lines
No EOL
401 B
Text
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;
|
|
}
|
|
}
|
|
} |