mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-03 00:03:14 -04:00
Added adjustable page gaps via config
This commit is contained in:
@@ -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;`
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user