mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
feat(epubreader): remove margin and dropshadow for pre-paginated publications
This commit is contained in:
parent
e11ce465ad
commit
10e2597dd8
1 changed files with 2 additions and 0 deletions
|
|
@ -363,6 +363,8 @@ export default Vue.extend({
|
|||
fontSize: 100,
|
||||
verticalScroll: false,
|
||||
columnCount: 'auto',
|
||||
fixedLayoutMargin: 0,
|
||||
fixedLayoutShadow: false,
|
||||
// Epub Reader
|
||||
alwaysFullscreen: false,
|
||||
navigationClick: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue