mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 16:32:40 +00:00
Remove standalone snippet; include in classTable snippets
This commit is contained in:
@@ -140,11 +140,6 @@ module.exports = [
|
|||||||
[naturalcrit](https://homebrew.naturalcrit.com)
|
[naturalcrit](https://homebrew.naturalcrit.com)
|
||||||
}}`
|
}}`
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name : 'Class Table Decoration',
|
|
||||||
icon : 'fas fa-award',
|
|
||||||
gen : `\n {position:absolute,top:0px,right:0px,width:380px}`
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name : 'Watercolor Splatter',
|
name : 'Watercolor Splatter',
|
||||||
icon : 'fas fa-fill-drip',
|
icon : 'fas fa-fill-drip',
|
||||||
@@ -262,7 +257,7 @@ module.exports = [
|
|||||||
{
|
{
|
||||||
name : 'Class Table',
|
name : 'Class Table',
|
||||||
icon : 'fas fa-table',
|
icon : 'fas fa-table',
|
||||||
gen : ClassTableGen.full('classTable,frame,wide'),
|
gen : ClassTableGen.full('classTable,frame,decoration,wide'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Class Table (unframed)',
|
name : 'Class Table (unframed)',
|
||||||
@@ -272,7 +267,7 @@ module.exports = [
|
|||||||
{
|
{
|
||||||
name : '1/2 Class Table',
|
name : '1/2 Class Table',
|
||||||
icon : 'fas fa-list-alt',
|
icon : 'fas fa-list-alt',
|
||||||
gen : ClassTableGen.half('classTable,frame'),
|
gen : ClassTableGen.half('classTable,decoration,frame'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : '1/2 Class Table (unframed)',
|
name : '1/2 Class Table (unframed)',
|
||||||
|
|||||||
Reference in New Issue
Block a user