mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(style) @media 360px x 640px .fm, .files
This commit is contained in:
parent
585c49dc4a
commit
43d6766cfa
1 changed files with 3 additions and 11 deletions
|
|
@ -281,22 +281,14 @@ a:hover, a:active {
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 533px) {
|
||||
@media only screen and (max-height: 360px) and (max-width: 640px) {
|
||||
.fm {
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 400px) {
|
||||
.fm {
|
||||
height: 65%;
|
||||
height: 55%;
|
||||
}
|
||||
|
||||
.files {
|
||||
height: 85%;
|
||||
height: 60%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue