layout update

This commit is contained in:
Dr.Lt.Data 2023-12-07 20:50:55 +09:00
parent 720974b118
commit def4dcf140
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -66,7 +66,7 @@ docStyle.innerHTML = `
.cm-notice-board {
width: 310px;
padding: 0px !important;
height: 150px;
height: 190px;
overflow: auto;
color: var(--input-text);
border: 1px solid var(--descrip-text);