Skip to content

Commit

Permalink
fix whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Nov 14, 2024
1 parent cf8ea2b commit 7b9f0ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ app.registerExtension({
const menu = document.querySelector(".comfy-menu");
const separator = document.createElement("hr");

separator.style.margin = "20px 0";
separator.style.width = "100%";
menu.append(separator);
separator.style.margin = "20px 0";
separator.style.width = "100%";
menu.append(separator);
const packButton = document.createElement("button");
packButton.textContent = "Package";
packButton.textContent = "Package";
packButton.onclick = async () => {
packButton.disabled = true;
try {
Expand Down

0 comments on commit 7b9f0ec

Please sign in to comment.