mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-31 11:35:37 +01:00
Fix template name case
This commit is contained in:
parent
f0b13d3172
commit
93c7dd50f5
@ -1,8 +0,0 @@
|
||||
<div id="WIEntryHeaderTitlesPC" class="flex-container wide100p spaceBetween justifyCenter textAlignCenter" style="padding:0 4.5em;">
|
||||
<small class="flex1" data-i18n="Title/Memo">Title/Memo</small>
|
||||
<small style="width: calc(3.5em + 15px)" data-i18n="Status">Status</small>
|
||||
<small style="width: calc(3.5em + 30px)" data-i18n="Position">Position</small>
|
||||
<small style="width: calc(3.5em + 20px)" data-i18n="Depth">Depth</small>
|
||||
<small style="width: calc(3.5em + 20px)" data-i18n="Order">Order</small>
|
||||
<small style="width: calc(3.5em + 15px)" data-i18n="Trigger %">Trigger %</small>
|
||||
</div>
|
8
public/scripts/templates/worldInfoKeywordHeaders.html
Normal file
8
public/scripts/templates/worldInfoKeywordHeaders.html
Normal file
@ -0,0 +1,8 @@
|
||||
<div id="WIEntryHeaderTitlesPC" class="flex-container wide100p spaceBetween justifyCenter textAlignCenter" style="padding:0 4.5em;">
|
||||
<small class="flex1" data-i18n="Title/Memo">Title/Memo</small>
|
||||
<small style="width: calc(3.5em + 15px)" data-i18n="Status">Status</small>
|
||||
<small style="width: calc(3.5em + 30px)" data-i18n="Position">Position</small>
|
||||
<small style="width: calc(3.5em + 20px)" data-i18n="Depth">Depth</small>
|
||||
<small style="width: calc(3.5em + 20px)" data-i18n="Order">Order</small>
|
||||
<small style="width: calc(3.5em + 15px)" data-i18n="Trigger %">Trigger %</small>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user