mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fix timeline background color
This commit is contained in:
parent
ef88937336
commit
036ae5b20f
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@
|
||||||
{{ $t("recipe.group-global-timeline", { groupName }) }}
|
{{ $t("recipe.group-global-timeline", { groupName }) }}
|
||||||
</template>
|
</template>
|
||||||
</BasePageTitle>
|
</BasePageTitle>
|
||||||
<v-sheet :class="$vuetify.display.smAndDown ? 'pa-0' : 'px-3 py-0'">
|
<v-sheet
|
||||||
|
:class="$vuetify.display.smAndDown ? 'pa-0' : 'px-3 py-0'"
|
||||||
|
style="background-color: transparent;"
|
||||||
|
>
|
||||||
<RecipeTimeline
|
<RecipeTimeline
|
||||||
v-if="queryFilter"
|
v-if="queryFilter"
|
||||||
v-model="ready"
|
v-model="ready"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue