mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(query) portrait on iphone 6 firefox
This commit is contained in:
parent
5568d8f777
commit
cb3bfefd83
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
@media only screen and (max-height: 550px) and (max-width: 550px) {
|
@media only screen and (max-height: 550px) and (max-width: 550px) {
|
||||||
.fm {
|
.fm {
|
||||||
height: 55%;
|
height: 70%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* iphone 6 landscape*/
|
/* iphone 6 landscape*/
|
||||||
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape),
|
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape),
|
||||||
@media only screen and (max-height: 360px) and (max-width: 640px) {
|
@media only screen and (max-height: 360px) and (max-width: 640px) {
|
||||||
.fm {
|
.fm {
|
||||||
height: 55%;
|
height: 55%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue