Files
sd-webui-prompt-all-in-one/styles/extensions/full-input/style.less
Physton 76beeeb829 custom theme, css style hack
Former-commit-id: 555193b818d77447342d326b6c5d6d7ef2e3e16f
2023-05-19 18:41:36 +08:00

11 lines
255 B
Plaintext

.physton-prompt .prompt-header {
.prompt-header-extend {
&.prompt-append {
.extend-content {
.input-tag-append {
width: calc(100% - 42px - 10px);
}
}
}
}
}