From 6bbe6eca82d2d0feef60d79a11c460d1df3e1284 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 13 Aug 2018 15:41:51 +0200 Subject: [PATCH] fix #2178 @0.5 --- style/fluidbook.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 1924b7c3..67dec8f6 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1997,7 +1997,7 @@ ul.chapters { &[data-level="3"] + [data-level="2"] { margin-top: 5px; } - &.separator{ + &.separator { height: 20px; } } @@ -2561,11 +2561,13 @@ ul.chapters { z-index: 102; } .zoomPopupClose { + @zoom-close-button-size: 30px; + position: absolute; top: 0; - right: 0; - width: 30px; - height: 30px; + right: -@zoom-close-button-size; + width: @zoom-close-button-size; + height: @zoom-close-button-size; padding: 11px; z-index: 103; background-color: @menu-button-background; -- 2.39.5