feature(style) change .fm height to 75% on small screen heights

This commit is contained in:
coderaiser 2014-02-19 06:46:07 -05:00
parent 4180e160ba
commit 2e3c104033

View file

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