mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
recipe page - fix original url button visuals
This commit is contained in:
parent
0c6046f829
commit
03ba3acf93
1 changed files with 3 additions and 5 deletions
|
@ -9,16 +9,14 @@
|
||||||
/>
|
/>
|
||||||
<v-btn
|
<v-btn
|
||||||
v-else-if="recipe.orgURL && !isCookMode"
|
v-else-if="recipe.orgURL && !isCookMode"
|
||||||
density="compact"
|
|
||||||
size="small"
|
|
||||||
:hover="false"
|
:hover="false"
|
||||||
type="label"
|
|
||||||
:ripple="false"
|
:ripple="false"
|
||||||
elevation="0"
|
variant="flat"
|
||||||
:href="recipe.orgURL"
|
:href="recipe.orgURL"
|
||||||
color="secondary-darken-1"
|
color="secondary-darken-1"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="rounded-sm mr-n2"
|
class="mr-n2"
|
||||||
|
size="small"
|
||||||
>
|
>
|
||||||
{{ $t("recipe.original-url") }}
|
{{ $t("recipe.original-url") }}
|
||||||
</v-btn>
|
</v-btn>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue