lbry-desktop/ui/scss/component/_embed-player.scss

10 lines
175 B
SCSS
Raw Normal View History

.embed__wrapper {
height: 100vh;
width: 100vw;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}