mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-07 22:20:03 +00:00
Minor: change app-menu bottom spacing (#1020)
This commit is contained in:
@@ -144,7 +144,7 @@ const queuePrompt = (e: MouseEvent) => {
|
||||
.app-menu {
|
||||
pointer-events: all;
|
||||
position: fixed;
|
||||
bottom: 50px;
|
||||
bottom: 10px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 1000;
|
||||
|
||||
Reference in New Issue
Block a user