Hide SPs select for now, refactor async endpoints

This commit is contained in:
SillyLossy
2023-02-15 11:08:01 +02:00
parent 3affc38b39
commit d6e6f9520d
3 changed files with 12 additions and 40 deletions

View File

@@ -3724,7 +3724,7 @@
<h4>Content</h4>
<h5>Text that will be inserted to the prompt upon activation.</h5>
</label>
<textarea class="text_pole" name="content" rows="4" placeholder=""></textarea>
<textarea class="text_pole" name="content" rows="2" placeholder=""></textarea>
</div>
<div class="world_entry_form_control world_entry_form_horizontal">
<label class="checkbox" for="constant">

View File

@@ -1152,6 +1152,11 @@ input[type=button] {
margin-bottom: 10px;
}
/* hidden until we find out a way to handle it better */
#softprompt_block {
display: none !important;
}
#world_info {
margin-bottom: 12px;
}