feature(query) .files height: 90% when window height less then 850px

This commit is contained in:
coderaiser 2015-07-22 10:17:59 -04:00
parent 4298137694
commit 24dce00f16

View file

@ -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%;