mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(query) .files height: 90% when window height less then 850px
This commit is contained in:
parent
4298137694
commit
24dce00f16
1 changed files with 6 additions and 0 deletions
|
|
@ -48,6 +48,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 850px) {
|
||||
.files {
|
||||
height: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-height: 700px) and (min-width: 600px) {
|
||||
.fm {
|
||||
height: 85%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue