Add setting to adjust textarea font size (#463)

This commit is contained in:
Chenlei Hu
2024-08-16 10:17:40 -04:00
committed by GitHub
parent 7468555c06
commit 479ca63e3c
4 changed files with 29 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ body {
resize: none;
border: none;
box-sizing: border-box;
font-size: 10px;
font-size: var(--comfy-textarea-font-size);
}
.comfy-modal {