Update platform.css

このコミットが含まれているのは:
n9k 2021-04-10 14:37:42 +00:00
コミット 9ac0557065
1個のファイルの変更11行の追加0行の削除

ファイルの表示

@ -12,6 +12,11 @@
fill: #ff8280;
}
video {
width:100%;
height:100%;
}
#stream {
height: calc(100vw * 9 / 16);
}
@ -64,3 +69,9 @@ body.dark-theme {
.dark-theme textarea {
color: #232323;
}
/* workaround to make some custom user css work
e.g. https://raw.githubusercontent.com/33kk/uso-archive/flomaster/data/usercss/2154.user.css */
div[class="vjs-text-track-display"] {
display: none;
}