fix: incorrect placeholder card height on xs and sm screens

This commit is contained in:
Gauthier Roebroeck 2020-01-24 10:46:53 +08:00
parent 2ca304847e
commit 0f50a7690f
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@
<v-skeleton-loader v-for="(s, i) in series"
:key="i"
:width="cardWidth"
height="306.14"
:height="cardWidth / .7071 + 94"
justify-self="start"
:loading="s === null"
type="card, text"

View file

@ -70,7 +70,7 @@
<v-skeleton-loader v-for="(b, i) in books"
:key="i"
:width="cardWidth"
height="328.13"
:height="cardWidth / .7071 + 116"
justify-self="start"
:loading="b === null"
type="card, text"