improve: wider notice board

This commit is contained in:
Dr.Lt.Data 2023-12-02 09:28:49 +09:00
parent 381b15cde6
commit f67258a28e
2 changed files with 2 additions and 2 deletions

View File

@ -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})")

View File

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