mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: query: lint
This commit is contained in:
parent
a3d310a3e4
commit
60b682b62a
1 changed files with 3 additions and 4 deletions
|
|
@ -102,10 +102,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* stylelint-disable */
|
||||
/* iphone 6 landscape */
|
||||
@media only screen and (device-width >= 375px) and (device-width <= 667px) and (orientation: landscape),
|
||||
@media only screen and (max-height: 360px) and (max-width: 640px) {
|
||||
@media
|
||||
only screen and (device-width >= 375px) and (device-width <= 667px) and (orientation: landscape),
|
||||
only screen and (max-height: 360px) and (max-width: 640px) {
|
||||
.fm {
|
||||
height: 55%;
|
||||
}
|
||||
|
|
@ -114,7 +114,6 @@
|
|||
height: 60%;
|
||||
}
|
||||
}
|
||||
/* stylelint-enable*/
|
||||
|
||||
@media only screen and (width <= 600px) {
|
||||
.panel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue