0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 03:42:38 +00:00

Make CSS class order consistent on snippets

This commit is contained in:
Trevor Buckner
2023-08-03 17:20:38 -04:00
parent 3eb7ce2775
commit ee4b2d549b

View File

@@ -227,12 +227,12 @@ module.exports = [
{ {
name : 'Martial Class Table', name : 'Martial Class Table',
icon : 'fas fa-table', icon : 'fas fa-table',
gen : ClassTableGen.non('classTable,frame,decoration,wide'), gen : ClassTableGen.non('classTable,frame,decoration'),
}, },
{ {
name : 'Martial Class Table (unframed)', name : 'Martial Class Table (unframed)',
icon : 'fas fa-border-none', icon : 'fas fa-border-none',
gen : ClassTableGen.non('classTable,wide'), gen : ClassTableGen.non('classTable'),
}, },
{ {
name : 'Full Caster Class Table', name : 'Full Caster Class Table',
@@ -247,7 +247,7 @@ module.exports = [
{ {
name : 'Half Caster Class Table', name : 'Half Caster Class Table',
icon : 'fas fa-list-alt', icon : 'fas fa-list-alt',
gen : ClassTableGen.half('classTable,decoration,frame,wide'), gen : ClassTableGen.half('classTable,frame,decoration,wide'),
}, },
{ {
name : 'Half Caster Class Table (unframed)', name : 'Half Caster Class Table (unframed)',
@@ -257,7 +257,7 @@ module.exports = [
{ {
name : 'Third Caster Spell Table', name : 'Third Caster Spell Table',
icon : 'fas fa-border-all', icon : 'fas fa-border-all',
gen : ClassTableGen.third('classTable,frame'), gen : ClassTableGen.third('classTable,frame,decoration'),
}, },
{ {
name : 'Third Caster Spell Table (unframed)', name : 'Third Caster Spell Table (unframed)',