mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Hide SPs select for now, refactor async endpoints
This commit is contained in:
@@ -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">
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user