From 3ffac6da5c627951492ce8371900cf71e62df37a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 5 Sep 2014 04:28:59 -0400 Subject: [PATCH] feature(style) add @media max-height: 400px --- css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/style.css b/css/style.css index 7d68f826..813ff2c4 100644 --- a/css/style.css +++ b/css/style.css @@ -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 {