From 524ddc510a25cda1d96686649892861abc771f5e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 24 Feb 2014 04:07:33 -0500 Subject: [PATCH] feature(style)if height < 800px: .fm height 85% --- css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index ed76d515..47371a82 100644 --- a/css/style.css +++ b/css/style.css @@ -246,7 +246,7 @@ body { } .files { - height: 85%; + height: 95%; padding: 0; margin: 0; overflow-y: auto; @@ -268,9 +268,14 @@ a:hover, a:active { /* responsive design */ @media only screen and (max-height: 800px) { -.fm { + .fm { height: 75%; } + + .files { + height: 85%; + } + } @media only screen and (max-width: 600px) {