mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
fix shopping list back button on small screens
This commit is contained in:
parent
c24d532608
commit
69dfa0186a
1 changed files with 7 additions and 3 deletions
|
@ -41,7 +41,9 @@
|
||||||
<v-container>
|
<v-container>
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col
|
<v-col
|
||||||
cols="3"
|
cols="12"
|
||||||
|
sm="4"
|
||||||
|
md="3"
|
||||||
class="text-left"
|
class="text-left"
|
||||||
>
|
>
|
||||||
<ButtonLink
|
<ButtonLink
|
||||||
|
@ -51,8 +53,10 @@
|
||||||
/>
|
/>
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col
|
<v-col
|
||||||
cols="6"
|
cols="12"
|
||||||
class="d-none d-lg-flex justify-center"
|
sm="4"
|
||||||
|
md="6"
|
||||||
|
class="d-none d-sm-flex justify-center"
|
||||||
>
|
>
|
||||||
<v-img
|
<v-img
|
||||||
max-height="100"
|
max-height="100"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue