wip: auto-resize positive prompt on new line

dirty approach as container is hidden and 1px padding is applied for border shadow to actually work
This commit is contained in:
Manuel Schmid
2024-06-02 01:50:42 +02:00
parent 50deba85e7
commit 6e555fa35a
3 changed files with 10 additions and 1 deletions
+8
View File
@@ -74,6 +74,14 @@ progress::after {
text-align: right;
width: 215px;
}
div:has(> #positive_prompt) {
border: none;
}
#positive_prompt {
padding: 1px;
background: var(--background-fill-primary);
}
#positive_prompt textarea {
height: 80px;