]> _ Git - fluidbook-html5.git/commitdiff
wait #5853 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 6 Apr 2023 11:26:09 +0000 (13:26 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 6 Apr 2023 11:26:09 +0000 (13:26 +0200)
js/libs/fluidbook/fluidbook.resize.js

index ec70424cf652d2c89dad00c8355c4f77bae81f2d..c06853133aa9ad6fce5709578d1be49ccc7525dc 100644 (file)
@@ -235,7 +235,7 @@ FluidbookResize.prototype = {
         // var pageNumberScale = Math.min(1, 1 / (this.bookScale / 0.5));
         // $("#pagesnumbers").css('font-size', $("#pagesnumbers").data('size') * pageNumberScale);
         $("#pagesnumbers").css({
-            transform: 'scale(' + (this.bookScale) + ')', top: this.fh, fontSize: 20 / this.bookScale
+            transform: 'scale(' + (this.bookScale) + ')', top: this.fh, fontSize: 11.25 / this.bookScale
         });
 
         if (this.fluidbook._boolean(this.fluidbook.settings.logoHideWhenOverriden)) {