mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Adjust title widths
This commit is contained in:
@@ -795,20 +795,20 @@ function displayWorldEntries(name, data, navigation = navigation_option.none) {
|
|||||||
callback: function (/** @type {object[]} */ page) {
|
callback: function (/** @type {object[]} */ page) {
|
||||||
$('#world_popup_entries_list').empty();
|
$('#world_popup_entries_list').empty();
|
||||||
const keywordHeaders = `
|
const keywordHeaders = `
|
||||||
<div id="WIEntryHeaderTitlesPC" class="flex-container wide100p spaceBetween justifyCenter textAlignCenter" style="padding:0 2.5em;">
|
<div id="WIEntryHeaderTitlesPC" class="flex-container wide100p spaceBetween justifyCenter textAlignCenter" style="padding:0 4.5em;">
|
||||||
<small class="flex1">
|
<small class="flex1">
|
||||||
Title/Memo
|
Title/Memo
|
||||||
</small>
|
</small>
|
||||||
<small style="width: calc(3.5em + 5px)">
|
<small style="width: calc(3.5em + 15px)">
|
||||||
Status
|
Status
|
||||||
</small>
|
</small>
|
||||||
<small style="width: calc(3.5em + 20px)">
|
<small style="width: calc(3.5em + 30px)">
|
||||||
Position
|
Position
|
||||||
</small>
|
</small>
|
||||||
<small style="width: calc(3.5em + 15px)">
|
<small style="width: calc(3.5em + 20px)">
|
||||||
Depth
|
Depth
|
||||||
</small>
|
</small>
|
||||||
<small style="width: calc(3.5em + 15px)">
|
<small style="width: calc(3.5em + 20px)">
|
||||||
Order
|
Order
|
||||||
</small>
|
</small>
|
||||||
<small style="width: calc(3.5em + 15px)">
|
<small style="width: calc(3.5em + 15px)">
|
||||||
|
Reference in New Issue
Block a user