feature(style) add @media max-height: 400px

This commit is contained in:
coderaiser 2014-09-05 04:28:59 -04:00
parent 51e5598d63
commit 3ffac6da5c

View file

@ -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 {