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"
|
||||
:to="item.to"
|
||||
exact
|
||||
:prepend-icon="item.icon"
|
||||
:title="item.title"
|
||||
:subtitle="item.subtitle"
|
||||
class="my-1"
|
||||
>
|
||||
<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>
|
||||
</template>
|
||||
</v-list>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue