mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
084c84a277
commit
81a6b18165
2 changed files with 14 additions and 14 deletions
|
|
@ -104,7 +104,7 @@
|
|||
|
||||
/* iphone 6 landscape */
|
||||
@media only screen and (device-width >= 375px) and (device-width <= 667px) and (orientation: landscape),
|
||||
only screen and (max-height: 360px) and (max-width: 640px) {
|
||||
only screen and (height <= 360px) and (width <= 640px) {
|
||||
.fm {
|
||||
height: 55%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue