mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.201.0
This commit is contained in:
@@ -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>
|
||||
`;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user