mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
fix(webui): thumbnails explorer navigation misaligned
This commit is contained in:
parent
cd12adf20a
commit
2ffed282d7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
@keydown.esc.stop=""
|
@keydown.esc.stop=""
|
||||||
>
|
>
|
||||||
<v-card :max-height="$vuetify.breakpoint.height * .9" dark>
|
<v-card :max-height="$vuetify.breakpoint.height * .9" dark>
|
||||||
<v-card-title>
|
<v-card-title class="justify-center">
|
||||||
<v-pagination
|
<v-pagination
|
||||||
v-model="page"
|
v-model="page"
|
||||||
:total-visible="perPage"
|
:total-visible="perPage"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue