Skip to content

Commit

Permalink
hide the cte when height < 666px
Browse files Browse the repository at this point in the history
  • Loading branch information
petrnagy committed Jun 29, 2019
1 parent 928955e commit d9d096c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/app.css
Expand Up @@ -106,8 +106,10 @@ body.is-mobile ._menu ._close { position: fixed; right: 0; top: 0; }
._btn-help { left: 10px; right: initial; }
._second { font-size: 10px; opacity: .75; }
}
@media screen and (max-height: 550px) {
@media screen and (max-height: 666px) {
body.is-mobile:not(._is-scrolled) ._third { display: none; }
}
@media screen and (max-height: 550px) {
/* body.is-mobile:not(._is-scrolled) ._menu { display: none; } */
body.is-mobile._is-scrolled ._menu { display: block; overflow-y: scroll; }
}
Expand Down

0 comments on commit d9d096c

Please sign in to comment.