Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Your New SJW Waifu 2020-10-22 19:46:16 -05:00
джерело da0e74fcf7 932e0ed370
коміт 8c7fd512ac
1 змінених файлів з 14 додано та 0 видалено

@ -420,3 +420,17 @@ input[type=text] {
.video-only #videoElement {
height: 99vh;
}
/* ---------------------- */
/* COMBINED MODE (MOBILE) */
/* ---------------------- */
@media screen and (max-width: 480px) {
.combined {
grid-template-columns: 1fr;
grid-template-rows: 56.25vw 1fr;
}
.combined #chatwindow {
max-height: calc(var(--var-max-height) - 56.25vw);
}
}