From a6fdd9352e7341af6579cea804e81a4e056b2ffe Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 28 Sep 2021 14:51:37 +0200 Subject: [PATCH] wait #4715 @0.5 --- style/fluidbook.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index e1cd61f7..c2bb69bf 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -419,7 +419,7 @@ body, html { /* Espaces forcés */ -.page, .doublePage._3d { +.page { width: 50%; max-width: 50%; height: 100%; @@ -498,7 +498,7 @@ body, html { } .doublePage._3d { - left: @book-page-width; + left: 50%; } #links.right { @@ -510,7 +510,7 @@ body, html { } .landscape .page.right { - left: 50% + left: 50%; } .page { -- 2.39.5