Apply mobile view if height >= 600px and width >= 320px only
This commit is contained in:
parent
73407fa904
commit
53992a1f59
|
@ -540,7 +540,7 @@ form {
|
|||
|
||||
/* Mobile view */
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
@media only screen and (max-width: 600px) and (min-width: 320px) and (min-height: 600px) {
|
||||
|
||||
.toolbar-horizontal ~ .channel-root-container, .toolbar-vertical ~ .channel-root-container {
|
||||
height:calc(100% - 440px);
|
||||
|
|
Loading…
Reference in a new issue