Apply mobile view if height >= 600px and width >= 320px only

This commit is contained in:
joker-x 2020-07-21 09:58:54 +02:00
parent 73407fa904
commit 53992a1f59
1 changed files with 1 additions and 1 deletions

View File

@ -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);