fix: button size

This commit is contained in:
Dr.Lt.Data
2024-04-09 22:21:12 +09:00
parent 7a841dce1d
commit 8b39c4f000
2 changed files with 2 additions and 1 deletions

View File

@@ -269,6 +269,7 @@ export class SnapshotManager extends ComfyDialog {
save_button.onclick = () => { save_current_snapshot(); }
save_button.style.display = "inline-block";
save_button.style.horizontalAlign = "right";
save_button.style.width = "170px";
this.message_box = $el('div', {id:'custom-download-message'}, [$el('br'), '']);
this.message_box.style.height = '60px';