]> _ Git - fluidbook-html5.git/commitdiff
done #2780 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 20 May 2019 15:23:14 +0000 (17:23 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 20 May 2019 15:23:14 +0000 (17:23 +0200)
js/libs/fluidbook/fluidbook.links.js
style/mobilefirst.less

index f348c3cd7042a924b90bda9941d4a0eece704c26..d97b2b916558e5e8b3c578d6f42b2039a6e4db8c 100644 (file)
@@ -184,7 +184,6 @@ FluidbookLinks.prototype = {
             }
         }
 
-
         var links = $("#links");
 
         links.removeClass('left').removeClass('right').addClass(lClass).html(this.fluidbook.datas.links[pageNr]).show();
index e64c60d97f809ca56a7f058f1ea05b3ccac71f3d..183690e3435aa67b22a518a5652ab86071ed8757 100644 (file)
 
   #links {
     &.right {
-      .bookmark {
-        &.right {
-          right: -@book-page-width;
-        }
-      }
+      left: 0 !important;
 
       .leftContainer {
         display: none;