mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
mobile margin
This commit is contained in:
parent
ad9419a22f
commit
0f517d7137
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ export default {
|
||||||
classes() {
|
classes() {
|
||||||
return {
|
return {
|
||||||
"v-card--material--has-heading": this.hasHeading,
|
"v-card--material--has-heading": this.hasHeading,
|
||||||
|
"mt-3": this.$vuetify.breakpoint.name == "xs" || this.$vuetify.breakpoint.name == "sm"
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
hasHeading() {
|
hasHeading() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue