mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Put drag icon back
This commit is contained in:
parent
8af2fe1e87
commit
3536a7c8d1
@ -415,6 +415,7 @@ export class ComfyUI {
|
||||
|
||||
this.menuContainer = $el("div.comfy-menu", { parent: document.body }, [
|
||||
$el("div.drag-handle", { style: { overflow: "hidden", position: "relative", width: "100%", cursor: "default" } }, [
|
||||
$el("span.drag-handle"),
|
||||
$el("span", { $: (q) => (this.queueSize = q) }),
|
||||
$el("button.comfy-settings-btn", { textContent: "⚙️", onclick: () => this.settings.show() }),
|
||||
]),
|
||||
|
@ -102,7 +102,7 @@ body {
|
||||
background-color: #353535;
|
||||
font-family: sans-serif;
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
border-radius: 0 8px 8px 8px;
|
||||
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user