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

@@ -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(