var indexWidth = Math.floor(ww / 230) * 230;
$("#indexViewHolder").css('width', indexWidth);
if (this.fluidbook.mobilefirst.enabled) {
- var cw = 130 * this.fluidbook.datas.pages;
+ var cw = 10 + 130 * this.fluidbook.datas.pages;
fullscreen = (cw >= ww * 0.9);
if (!fullscreen) {
w = cw + 30;
var indexWidth = Math.floor(ww / 230) * 230;
$("#indexViewHolder").css('width', indexWidth);
if (this.fluidbook.mobilefirst.enabled) {
- var cw = 130 * this.fluidbook.datas.pages;
+ var cw = 10 + 130 * this.fluidbook.datas.pages;
fullscreen = (cw >= ww * 0.9);
if (!fullscreen) {
w = cw + 30;