Browse Source

improve: wider notice board

pull/206/head
Dr.Lt.Data 12 months ago
parent
commit
f67258a28e
  1. 2
      __init__.py
  2. 2
      js/comfyui-manager.js

2
__init__.py

@ -17,7 +17,7 @@ import http.client
import re
import signal
version = "V1.5.2"
version = "V1.5.3"
print(f"### Loading: ComfyUI-Manager ({version})")

2
js/comfyui-manager.js vendored

@ -32,7 +32,7 @@ docStyle.innerHTML = `
}
.cm-notice-board {
width: 250px;
width: 360px;
height: 160px;
overflow: auto;
color: var(--input-text);

Loading…
Cancel
Save