fix(webui): thumbnails explorer navigation misaligned

This commit is contained in:
Gauthier Roebroeck 2020-08-06 16:16:31 +08:00
parent cd12adf20a
commit 2ffed282d7

View file

@ -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"