lbry-desktop/ui/scss/component/_embed-player.scss
2020-01-29 15:31:46 -05:00

11 lines
215 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);
}