From 3aaee5dc9b5846af33b5f6b4d5655b874ccedcdd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 13 Dec 2018 13:09:24 +0100 Subject: [PATCH] wait #2429 @0.25 --- style/fluidbook.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index 879744d3..7a417a71 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -581,6 +581,10 @@ body, html { .middle { background-image: url("../images/edges/edge-right-middle.png"); } + + .landscape & { + right: unit((-11-@correct-center)*@edge-scale, px); + } } } } -- 2.39.5