mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Progress on move entry
* Fixed header alignment * Building HTML with browser api instead of string. * jqueryElement.data(key, value) usages converted to jqueryElement.attr(data-key, value) * Logs simplified * Removed success toastry message
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div id="WIEntryHeaderTitlesPC" class="flex-container wide100p spaceBetween justifyCenter textAlignCenter" style="padding:0 4.5em;">
|
||||
<div id="WIEntryHeaderTitlesPC" class="flex-container wide100p spaceBetween justifyCenter textAlignCenter" style="padding:0 7.0em;">
|
||||
<small class="flex1" data-i18n="Title/Memo">Title/Memo</small>
|
||||
<small style="width: calc(3.5em + 10px)" data-i18n="Strategy">Strategy</small>
|
||||
<small style="width: calc(3.5em + 20px)" data-i18n="Position">Position</small>
|
||||
|
Reference in New Issue
Block a user