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:
@@ -5,7 +5,7 @@ class DecksSublistManager extends SublistManager {
|
||||
return [
|
||||
new SublistCellTemplate({
|
||||
name: "Name",
|
||||
css: "bold col-12 pl-0",
|
||||
css: "bold ve-col-12 pl-0",
|
||||
colStyle: "",
|
||||
}),
|
||||
];
|
||||
@@ -135,8 +135,8 @@ class DecksPage extends ListPage {
|
||||
const hash = UrlUtil.autoEncodeHash(ent);
|
||||
|
||||
eleLi.innerHTML = `<a href="#${hash}" class="lst--border lst__row-inner">
|
||||
<span class="col-10 bold pl-0">${ent.name}</span>
|
||||
<span class="col-2 ve-text-center ${Parser.sourceJsonToColor(ent.source)} pr-0" title="${Parser.sourceJsonToFull(ent.source)}" ${Parser.sourceJsonToStyle(ent.source)}>${source}</span>
|
||||
<span class="ve-col-10 bold pl-0">${ent.name}</span>
|
||||
<span class="ve-col-2 ve-text-center ${Parser.sourceJsonToColor(ent.source)} pr-0" title="${Parser.sourceJsonToFull(ent.source)}" ${Parser.sourceJsonToStyle(ent.source)}>${source}</span>
|
||||
</a>`;
|
||||
|
||||
const listItem = new ListItem(
|
||||
|
||||
Reference in New Issue
Block a user