mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-06 04:38:21 +01:00
Merge branch 'staging' of https://github.com/Cohee1207/SillyTavern into staging
This commit is contained in:
commit
2879e2701f
@ -161,6 +161,14 @@
|
|||||||
width: 10em;
|
width: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wi-card-entry {
|
||||||
|
border: 1px groove;
|
||||||
|
border-color: var(--SmartThemeBorderColor);
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 5px;
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.disabledWIEntry {
|
.disabledWIEntry {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
filter: grayscale(1);
|
filter: grayscale(1);
|
||||||
|
@ -2018,7 +2018,7 @@
|
|||||||
<option value="gpt-4-0613">gpt-4-0613</option>
|
<option value="gpt-4-0613">gpt-4-0613</option>
|
||||||
<option value="gpt-4-0314">gpt-4-0314</option>
|
<option value="gpt-4-0314">gpt-4-0314</option>
|
||||||
<option value="gpt-4-32k">gpt-4-32k</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>
|
<option value="gpt-4-32k-0613">gpt-4-32k-0613</option>
|
||||||
</optgroup>
|
</optgroup>
|
||||||
<optgroup label="Other">
|
<optgroup label="Other">
|
||||||
@ -3904,7 +3904,7 @@
|
|||||||
<div id="entry_edit_template" class="template_element">
|
<div id="entry_edit_template" class="template_element">
|
||||||
|
|
||||||
<div class="world_entry">
|
<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 wide100p">
|
||||||
<div class="inline-drawer-toggle inline-drawer-header gap5px">
|
<div class="inline-drawer-toggle inline-drawer-header gap5px">
|
||||||
<span class="drag-handle">☰</span>
|
<span class="drag-handle">☰</span>
|
||||||
@ -4082,12 +4082,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="wide100p">
|
|
||||||
<hr>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user