rf-web/_sass/includes/watch-panel.scss

30 lines
368 B
SCSS
Raw Normal View History

2020-09-05 14:12:50 +00:00
.watch-panel {
margin: 0 auto;
display: flex;
width: 95vw;
margin-bottom: var(--size-128);
#twitch-embed {
flex: 4;
iframe {
width: 100%;
height: 100%;
}
}
.discord-chat {
flex: 1;
iframe {
width: 100%;
}
}
@include touch {
flex-direction: column;
#twitch-embed {
height: 80vh;
}
}
}