From: Vincent Vanwaelscappel Date: Mon, 20 Jan 2020 16:14:03 +0000 (+0100) Subject: wip #3357 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=23e579757dec41770b34bd11abee0def6edf05ee;p=fluidbook-html5.git wip #3357 @1 --- diff --git a/js/libs/fluidbook/menu/fluidbook.index.js b/js/libs/fluidbook/menu/fluidbook.index.js index b76cbc6f..112e70a9 100644 --- a/js/libs/fluidbook/menu/fluidbook.index.js +++ b/js/libs/fluidbook/menu/fluidbook.index.js @@ -120,7 +120,7 @@ FluidbookIndex.prototype = { if (i > 0) { ix1 += '
' + this.fluidbook.loader.getThumbImage(i, true, dim.thumb) + '' + this.fluidbook.physicalToVirtual(i) + ''; if (this.fluidbook.bookmarks.enabled) { - ix1 += this.fluidbook.bookmarks.getBookmarkForPage(i, true, mobileFirst); + ix1 += this.fluidbook.bookmarks.getBookmarkForPage(i, mobileFirst, this.fluidbook.datas.bookmarkPermanentIcon); } pages.push(i); ix1 += '
'; diff --git a/style/slider.less b/style/slider.less index a28aa82d..f3569c89 100644 --- a/style/slider.less +++ b/style/slider.less @@ -108,9 +108,16 @@ .doubleThumb { position: relative; - > .right { - left: 100px; + > .thumb { + &.right { + left: 100px; + } + + a.bookmark { + display: none; + } } + } .number {