rf-web/_sass/includes/watch-panel.scss
2020-09-05 16:12:50 +02:00

30 lines
368 B
SCSS

.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;
}
}
}