refactor(thumb): nudge library thumb tooltip up by 10px
This commit is contained in:
parent
78fe8f2c71
commit
4cafd0bd67
|
@ -16,7 +16,10 @@
|
||||||
md="3"
|
md="3"
|
||||||
lg="2"
|
lg="2"
|
||||||
>
|
>
|
||||||
<v-tooltip bottom>
|
<v-tooltip
|
||||||
|
bottom
|
||||||
|
nudge-top="10"
|
||||||
|
>
|
||||||
<template v-slot:activator="{ on, attrs }">
|
<template v-slot:activator="{ on, attrs }">
|
||||||
<v-card
|
<v-card
|
||||||
:img="getArtLibrary(library)"
|
:img="getArtLibrary(library)"
|
||||||
|
|
Loading…
Reference in New Issue