This commit is contained in:
TheGiddyLimit
2024-03-10 21:53:34 +00:00
parent b323d4123e
commit f00d1f3833
272 changed files with 24017 additions and 9350 deletions

View File

@@ -14,8 +14,8 @@ class BooksList extends AdventuresBooksList {
},
rowBuilderFn: (bk) => {
return `
<span class="col-1-3 ve-text-center">${AdventuresBooksList._getGroupStr(bk)}</span>
<span class="col-8-5 bold">${bk.name}</span>
<span class="ve-col-1-3 ve-text-center">${AdventuresBooksList._getGroupStr(bk)}</span>
<span class="ve-col-8-5 bold">${bk.name}</span>
<span class="ve-grow ve-text-center code">${AdventuresBooksList._getDateStr(bk)}</span>
`;
},