mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 22:13:31 -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
|
||||
right
|
||||
offset-y
|
||||
offset-overflow
|
||||
open-on-hover
|
||||
close-delay="200"
|
||||
>
|
||||
|
@ -72,7 +73,7 @@ export default {
|
|||
},
|
||||
{
|
||||
icon: "mdi-logout",
|
||||
title: this.$t('user.logout'),
|
||||
title: this.$t("user.logout"),
|
||||
restricted: true,
|
||||
nav: "/logout",
|
||||
},
|
||||
|
@ -85,7 +86,6 @@ export default {
|
|||
],
|
||||
};
|
||||
},
|
||||
mounted() {},
|
||||
computed: {
|
||||
filteredItems() {
|
||||
if (this.loggedIn) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue