Added adjustable page gaps via config

This commit is contained in:
Simon
2021-01-06 15:27:48 +01:00
parent dcdcf29114
commit e086bec9da
4 changed files with 5 additions and 1 deletions

View File

@@ -25,7 +25,8 @@ const readerComponent = () => {
id: i + 1,
url: `${base_url}api/page/${tid}/${eid}/${i+1}`,
width: d.width,
height: d.height
height: d.height,
style: `margin-top: ${d.margin}px; margin-bottom: ${d.margin}px;`
};
});