mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-24 07:15:24 -07:00
fix recipe create button links visuals
This commit is contained in:
parent
c889b11d31
commit
44d48e80f7
1 changed files with 15 additions and 4 deletions
|
@ -64,10 +64,21 @@
|
||||||
:key="item.title"
|
:key="item.title"
|
||||||
:to="item.to"
|
:to="item.to"
|
||||||
exact
|
exact
|
||||||
:prepend-icon="item.icon"
|
class="my-1"
|
||||||
:title="item.title"
|
>
|
||||||
:subtitle="item.subtitle"
|
<template #prepend>
|
||||||
|
<v-icon
|
||||||
|
size="40"
|
||||||
|
:icon="item.icon"
|
||||||
/>
|
/>
|
||||||
|
</template>
|
||||||
|
<v-list-item-title class="font-weight-medium" style="font-size: small;">
|
||||||
|
{{ item.title }}
|
||||||
|
</v-list-item-title>
|
||||||
|
<v-list-item-subtitle class="font-weight-medium" style="font-size: small;">
|
||||||
|
{{ item.subtitle }}
|
||||||
|
</v-list-item-subtitle>
|
||||||
|
</v-list-item>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</v-list>
|
</v-list>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue