mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
fix(web reader): first/last display to full height in double pages mode
This commit is contained in:
parent
722773671f
commit
a7548e298a
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
<div :class="`d-flex flex-row${rtl ? '-reverse' : ''} justify-center`">
|
<div :class="`d-flex flex-row${rtl ? '-reverse' : ''} justify-center`">
|
||||||
<v-img :src="getPageUrl(p)"
|
<v-img :src="getPageUrl(p)"
|
||||||
:max-height="maxHeight"
|
:max-height="maxHeight"
|
||||||
:max-width="$vuetify.breakpoint.width / (doublePages ? 2 : 1)"
|
:max-width="$vuetify.breakpoint.width / (doublePages && p !== 1 && p !== pagesCount ? 2 : 1)"
|
||||||
:contain="true"
|
:contain="true"
|
||||||
:eager="eagerLoad(p)"
|
:eager="eagerLoad(p)"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue