Disable side-by-side layout on mobile phones
This commit is contained in:
parent
680e9f3aa5
commit
28d86fb98d
@ -63,7 +63,7 @@
|
|||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (orientation: landscape) {
|
@media (orientation: landscape) and (not (pointer: coarse)) {
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user