diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 45a0ae327..a0fee2a6f 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -10,6 +10,7 @@ --bg-color: #fff; --comfy-menu-bg: #353535; --comfy-menu-secondary-bg: #292929; + --comfy-topbar-height: 2.421875rem; --comfy-input-bg: #222; --input-text: #ddd; --descrip-text: #999; diff --git a/src/components/topbar/TopMenubar.vue b/src/components/topbar/TopMenubar.vue index 3a0116bbd..c41fffe90 100644 --- a/src/components/topbar/TopMenubar.vue +++ b/src/components/topbar/TopMenubar.vue @@ -82,6 +82,7 @@ eventBus.on((event: string, payload: any) => {