mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
removed layout padding
This commit is contained in:
parent
4c5a8c7f12
commit
f683402f31
3 changed files with 2013 additions and 1425 deletions
|
@ -102,7 +102,7 @@ EPUBJS.Layout.ReflowableSpreads.prototype.format = function(_width, _height, _ga
|
|||
this.colWidth = colWidth;
|
||||
this.gap = gap;
|
||||
|
||||
this.view.document.body.style.paddingRight = gap + "px";
|
||||
// this.view.document.body.style.paddingRight = gap + "px";
|
||||
// view.iframe.style.width = this.spreadWidth+"px";
|
||||
// this.view.element.style.paddingRight = gap+"px";
|
||||
// view.iframe.style.paddingLeft = gap+"px";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue