mastoradio-fork/src/assets/scss/5-modules/player-big.scss

21 lines
388 B
SCSS

/* ----------------------------------------------------------- */
/* == Big player */
/* ----------------------------------------------------------- */
.playerBig__player {
position: relative;
padding-bottom: calc(100% / (16/9));
}
.playerBig__player > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.playerBig__overlay {
cursor: default;
}