Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging

This commit is contained in:
RossAscends 2023-10-01 10:23:39 +09:00
commit 2879e2701f
2 changed files with 12 additions and 7 deletions

View File

@ -161,6 +161,14 @@
width: 10em;
}
.wi-card-entry {
border: 1px groove;
border-color: var(--SmartThemeBorderColor);
border-radius: 8px;
padding: 5px;
margin-bottom: 3px;
}
.disabledWIEntry {
opacity: 0.2;
filter: grayscale(1);

View File

@ -2018,7 +2018,7 @@
<option value="gpt-4-0613">gpt-4-0613</option>
<option value="gpt-4-0314">gpt-4-0314</option>
<option value="gpt-4-32k">gpt-4-32k</option>
<option value="gpt-4-32k-0301">gpt-4-32k-0301</option>
<option value="gpt-4-32k-0314">gpt-4-32k-0314</option>
<option value="gpt-4-32k-0613">gpt-4-32k-0613</option>
</optgroup>
<optgroup label="Other">
@ -3904,7 +3904,7 @@
<div id="entry_edit_template" class="template_element">
<div class="world_entry">
<form class="world_entry_form">
<form class="world_entry_form wi-card-entry">
<div class="inline-drawer wide100p">
<div class="inline-drawer-toggle inline-drawer-header gap5px">
<span class="drag-handle">&#9776;</span>
@ -4082,12 +4082,9 @@
</div>
</div>
<div class="wide100p">
<hr>
</div>
</div>
</div>
</form>
</div>