mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
improve spacing and fix layout on small screens
This commit is contained in:
parent
b1903aa205
commit
be43e5bccd
8 changed files with 23 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<v-sheet :class="$vuetify.breakpoint.smAndDown ? 'pa-0' : 'px-3 py-0'">
|
||||
<BasePageTitle v-if="groupName" divider>
|
||||
<BasePageTitle v-if="groupName">
|
||||
<template #header>
|
||||
<v-img max-height="200" max-width="150" :src="require('~/static/svgs/manage-members.svg')" />
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue