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