diff --git a/bizyui/js/menus.js b/bizyui/js/menus.js index da19b91b..d7780c74 100644 --- a/bizyui/js/menus.js +++ b/bizyui/js/menus.js @@ -7,7 +7,7 @@ class FloatingButton { this.show_cases = show_cases this.button = $el("div.bizyair-comfy-floating-button", { parent: document.body, - style: { top: app.menu.element.style.display === 'none' ? '': '60px' }, + style: { top: app.menu.element.style.display === 'none' ? '': '100px' }, onmousedown: (e) => this.startDrag(e), id: 'bizyair-menu-item', }, [ diff --git a/src/components/community/Sidebar.vue b/src/components/community/Sidebar.vue index f199c7ce..470ee891 100644 --- a/src/components/community/Sidebar.vue +++ b/src/components/community/Sidebar.vue @@ -48,7 +48,7 @@