From 2e3c104033d97ba2d47821236b7e02feec81f309 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 19 Feb 2014 06:46:07 -0500 Subject: [PATCH] feature(style) change .fm height to 75% on small screen heights --- css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 53f63747..4a7046fd 100644 --- a/css/style.css +++ b/css/style.css @@ -264,6 +264,13 @@ a:hover, a:active { * друг-под-другом */ /* responsive design */ + +@media only screen and (max-height: 800px) { +.fm { + height: 75%; + } +} + @media only screen and (max-width: 600px) { /* текущий файл под курсором */ .current-file { @@ -311,7 +318,7 @@ a:hover, a:active { .text-file { background-image:none; } - + /* убираем заголовок*/ .fm-header { display:none;