feat: make textboxes (incl. positive prompt) resizable again

This commit is contained in:
Manuel Schmid
2024-06-02 00:33:07 +02:00
parent 07c6c89edf
commit 50deba85e7
2 changed files with 11 additions and 11 deletions
+9 -9
View File
@@ -75,30 +75,30 @@ progress::after {
width: 215px;
}
.type_row{
#positive_prompt textarea {
height: 80px;
}
.type_row {
height: 80px !important;
}
.type_row_half{
.type_row_half {
height: 32px !important;
}
.scroll-hide{
resize: none !important;
}
.refresh_button{
.refresh_button {
border: none !important;
background: none !important;
font-size: none !important;
box-shadow: none !important;
}
.advanced_check_row{
.advanced_check_row {
width: 250px !important;
}
.min_check{
.min_check {
min-width: min(1px, 100%) !important;
}