From: Vincent Vanwaelscappel Date: Tue, 3 Oct 2017 09:29:32 +0000 (+0200) Subject: #1684 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e7855c104ef6eefd438cf8e9d8f195fab49d1d30;p=fluidbook-html5.git #1684 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index cdb902df..1064387e 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -418,6 +418,7 @@ body, html { width: unit(@book-page-width*2, px); height: unit(@book-page-height, px); pointer-events: none; + .hideifnot(@edges-display); .portrait & { display: none; @@ -1083,7 +1084,7 @@ html.ios body.portrait #interface { max-width: 600px; width: 100%; - @menutransition:400ms; + @menutransition: 400ms; -webkit-transition: all @menutransition; -moz-transition: all @menutransition;