mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(style) add @media max-height: 400px
This commit is contained in:
parent
51e5598d63
commit
3ffac6da5c
1 changed files with 11 additions and 0 deletions
|
|
@ -287,6 +287,17 @@ a:hover, a:active {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 400px) {
|
||||
.fm {
|
||||
height: 65%;
|
||||
}
|
||||
|
||||
.files {
|
||||
height: 85%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.panel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue