mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
offset for mobile
This commit is contained in:
parent
7b0c092f09
commit
ce3df4e03d
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
||||||
bottom
|
bottom
|
||||||
right
|
right
|
||||||
offset-y
|
offset-y
|
||||||
|
offset-overflow
|
||||||
open-on-hover
|
open-on-hover
|
||||||
close-delay="200"
|
close-delay="200"
|
||||||
>
|
>
|
||||||
|
@ -72,7 +73,7 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: "mdi-logout",
|
icon: "mdi-logout",
|
||||||
title: this.$t('user.logout'),
|
title: this.$t("user.logout"),
|
||||||
restricted: true,
|
restricted: true,
|
||||||
nav: "/logout",
|
nav: "/logout",
|
||||||
},
|
},
|
||||||
|
@ -85,7 +86,6 @@ export default {
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {},
|
|
||||||
computed: {
|
computed: {
|
||||||
filteredItems() {
|
filteredItems() {
|
||||||
if (this.loggedIn) {
|
if (this.loggedIn) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue