From 749b2255d968ce207e8213baaea04183b626ed7f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 17 Oct 2017 16:26:46 +0200 Subject: [PATCH] fix #1758 @0.25 --- style/fluidbook.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 4d2e60da..f9ca46b5 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -969,7 +969,7 @@ html.ios body.portrait #interface { pointer-events: none; } -@links-area-color: fadeout(@links-color, 40%); +@links-area-color: fadeout(@links-color, 70%); .link a { width: 100%; height: 100%; @@ -1652,7 +1652,6 @@ ul.chapters.shareList a.level0 .svg-icon { } /* Videos */ - .mview .videoContainer { width: 100%; height: 100%; -- 2.39.5