mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
recipe time card allign buttons vertically
This commit is contained in:
parent
e48f9e69e3
commit
274c3efdd1
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="validatePrepTime"
|
v-if="validatePrepTime"
|
||||||
class="d-flex flex-no-wrap my-1"
|
class="d-flex flex-no-wrap my-1 align-center"
|
||||||
>
|
>
|
||||||
<v-icon
|
<v-icon
|
||||||
:size="small ? 'small' : 'large'"
|
:size="small ? 'small' : 'large'"
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
v-if="validatePerformTime"
|
v-if="validatePerformTime"
|
||||||
class="d-flex flex-no-wrap my-1"
|
class="d-flex flex-no-wrap my-1 align-center"
|
||||||
>
|
>
|
||||||
<v-icon
|
<v-icon
|
||||||
:size="small ? 'small' : 'large'"
|
:size="small ? 'small' : 'large'"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue