fix shopping list back button on small screens

This commit is contained in:
Michael Genson 2025-06-20 02:09:37 +00:00
commit 69dfa0186a

View file

@ -41,7 +41,9 @@
<v-container>
<v-row>
<v-col
cols="3"
cols="12"
sm="4"
md="3"
class="text-left"
>
<ButtonLink
@ -51,8 +53,10 @@
/>
</v-col>
<v-col
cols="6"
class="d-none d-lg-flex justify-center"
cols="12"
sm="4"
md="6"
class="d-none d-sm-flex justify-center"
>
<v-img
max-height="100"