lbry-desktop/ui/scss/component/_embed-player.scss
2020-04-30 11:06:06 -04:00

27 lines
539 B
SCSS

.embed__wrapper {
height: 100vh;
width: 100vw;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
background-color: var(--color-black);
}
.embed__inline-button {
@include thumbnail;
position: relative;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: 100%;
width: 100%;
height: auto;
display: flex;
justify-content: center;
align-items: center;
@media (max-width: $breakpoint-small) {
height: 200px;
}
}