More useful combined mode for small mobile display
This commit is contained in:
parent
25260b213c
commit
ed733b6992
@ -420,3 +420,13 @@ input[type=text] {
|
||||
.video-only #videoElement {
|
||||
height: 99vh;
|
||||
}
|
||||
|
||||
/* ---------------------- */
|
||||
/* COMBINED MODE (MOBILE) */
|
||||
/* ---------------------- */
|
||||
@media screen and (max-width: 768px) {
|
||||
.combined {
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 50vw 1fr;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user