add custom placeholders for comfy workflows

This commit is contained in:
LenAnderson
2023-12-17 22:17:08 +00:00
parent 61e87d562f
commit 55b9ebad3f
3 changed files with 68 additions and 0 deletions

View File

@ -82,3 +82,17 @@
.sd_comfy_workflow_editor_placeholder_list>li>.notes-link {
cursor: help;
}
.sd_comfy_workflow_editor_placeholder_list input {
font-size: inherit;
margin: 0;
}
.sd_comfy_workflow_editor_custom_remove, #sd_comfy_workflow_editor_placeholder_add {
cursor: pointer;
font-weight: bold;
width: 1em;
opacity: 0.5;
&:hover {
opacity: 1;
}
}