]> _ Git - fluidbook-html5.git/commitdiff
wip #1710 @0:15
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 23 Oct 2017 14:43:34 +0000 (16:43 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 23 Oct 2017 14:43:34 +0000 (16:43 +0200)
js/libs/fluidbook/fluidbook.resize.js

index 426675d05b76e0b234ca0ce1a8f48180dcc8cd8c..b9cdba688709e2e2d03e1bb81fa61450fdf310ee 100644 (file)
@@ -20,7 +20,7 @@ function FluidbookResize(fluidbook) {
 
 FluidbookResize.prototype = {
     setMargins: function () {
-        var marginX = 60;
+        var marginX = 20;
         var marginY = 20;
 
         this.marginleft = marginX + parseInt(this.fluidbook.datas.extraXSpace);