From 24dce00f160549c0fde8f641523577041b176cd8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 22 Jul 2015 10:17:59 -0400 Subject: [PATCH] feature(query) .files height: 90% when window height less then 850px --- css/query.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/query.css b/css/query.css index ce71a3b9..0cc27dca 100644 --- a/css/query.css +++ b/css/query.css @@ -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%;