mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-05-03 12:41:19 +00:00
#158 Adding prompt formatting option: Automatically insert line breaks for the keyword "BREAK".
添加prompt格式选项:自动对关键词“BREAK”进行换行。
This commit is contained in:
@@ -655,6 +655,9 @@
|
||||
// .physton-prompt .prompt-tags .prompt-tags-list .prompt-tag .prompt-tag-main .prompt-tag-edit .prompt-tag-value .weight-character
|
||||
--pp-pt-dsb-ptl-pt-ptm-pte-ptv-weightCharacter-color: @common-red;
|
||||
|
||||
// .physton-prompt .prompt-tags .prompt-tags-list .prompt-tag .prompt-tag-main .prompt-tag-edit .prompt-tag-value .break-character
|
||||
--pp-pt-dsb-ptl-pt-ptm-pte-ptv-breakCharacter-color: #c6c6c6;
|
||||
|
||||
// .physton-prompt .prompt-tags .prompt-tags-list .prompt-tag .prompt-tag-main .prompt-tag-edit .input-tag-edit
|
||||
--pp-pt-dsb-ptl-pt-ptm-pte-inputTagEdit-padding: 4px;
|
||||
--pp-pt-dsb-ptl-pt-ptm-pte-inputTagEdit-max-width: calc(100% - 16px);
|
||||
@@ -2624,6 +2627,10 @@
|
||||
.weight-character {
|
||||
color: var(--pp-pt-dsb-ptl-pt-ptm-pte-ptv-weightCharacter-color);
|
||||
}
|
||||
|
||||
.break-character {
|
||||
color: var(--pp-pt-dsb-ptl-pt-ptm-pte-ptv-breakCharacter-color);
|
||||
}
|
||||
}
|
||||
|
||||
.input-tag-edit {
|
||||
|
||||
Reference in New Issue
Block a user