Update platform.css

このコミットが含まれているのは:
n9k 2021-04-14 14:54:03 +00:00
コミット df4aaa2433
1個のファイルの変更7行の追加0行の削除

ファイルの表示

@ -32,6 +32,10 @@ iframe.stream-info {
height: 7em;
}
#source {
display: none;
}
@media screen and (min-width:48em) {
#chat {
height: calc(100vh - 1px - 10em);
@ -45,6 +49,9 @@ iframe.stream-info {
iframe.stream-info {
height: calc(100vh - 100vw * 2 / 3 * 9 / 16 - 2px);
}
#source {
display: revert;
}
}
iframe {