mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04:00
fix: Make Ingredient Parser Dialog Use Full Space (#6253)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
disable-submit-on-enter
|
disable-submit-on-enter
|
||||||
@update:model-value="emit('update:modelValue', $event)"
|
@update:model-value="emit('update:modelValue', $event)"
|
||||||
>
|
>
|
||||||
<v-container class="pa-2 ma-0" style="background-color: rgb(var(--v-theme-background));">
|
<v-container fluid class="pa-2 ma-0" style="background-color: rgb(var(--v-theme-background));">
|
||||||
<div v-if="state.loading.parser" class="my-6">
|
<div v-if="state.loading.parser" class="my-6">
|
||||||
<AppLoader waiting-text="" class="my-6" />
|
<AppLoader waiting-text="" class="my-6" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user