WI Entry titles on left, controls on right.

This commit is contained in:
RossAscends
2023-10-06 03:40:39 +09:00
parent d5004d79bd
commit eaa33f2544
2 changed files with 10 additions and 5 deletions

View File

@@ -292,6 +292,9 @@ function displayWorldEntries(name, data, navigation = navigation_option.none) {
$("#world_popup_entries_list").empty();
const keywordHeaders = `
<div class="flex-container wide100p spaceBetween justifyCenter textAlignCenter" style="padding:0 2.5em;">
<small class="flex1">
Title/Memo
</small>
<small style="width:${InputWidthReference.width() + 5 + 'px'}">
Status
</small>
@@ -307,9 +310,7 @@ function displayWorldEntries(name, data, navigation = navigation_option.none) {
<small style="width:${InputWidthReference.width() + 15 + 'px'}">
Trigger %
</small>
<small class="flex1">
Title/Memo
</small>
</div>`
const blocks = page.map(entry => getWorldEntry(name, data, entry));
$("#world_popup_entries_list").append(keywordHeaders);