Komga: Remove blank space between pages in Double Page mode

Created on 14 Jan 2020  路  3Comments  路  Source: gotson/komga

One of the useful applications of having a double page mode in the web reader is being able to view the two halves of a split double-page at the same time. Unfortunately, the current implementation separates the two pages with a large blank space so that it ends up looking like this

2020-01-14 14 56 46 komga datahoarder dev c916223bc00a

instead of like this

2020-01-14 14 56 46 komga datahoarder dev c916223bc00a

bug released

Most helpful comment

Yeah, I know, I spent some time already but can't figure out why this is happening. I need to reproduce with a simpler code pen and take it to the Vuetify devs, I suspect there could be a missing feature in the v-img to limit the width and prevent the responsive container to take up horizontal space, messing up the flexbox.

All 3 comments

Yeah, I know, I spent some time already but can't figure out why this is happening. I need to reproduce with a simpler code pen and take it to the Vuetify devs, I suspect there could be a missing feature in the v-img to limit the width and prevent the responsive container to take up horizontal space, messing up the flexbox.

Just tried this and it works, no more empty space between pages.

:tada: This issue has been resolved in version 0.13.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

Was this page helpful?
0 / 5 - 0 ratings