mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +00:00
Slight rearranging
This commit is contained in:
@@ -426,22 +426,13 @@ module.exports = [
|
||||
]
|
||||
},
|
||||
|
||||
/**************** Layout *************/
|
||||
/**************** LAYOUT *************/
|
||||
|
||||
{
|
||||
groupName : 'Print',
|
||||
icon : 'fas fa-print',
|
||||
view : 'style',
|
||||
snippets : [
|
||||
{
|
||||
name : 'A4 Page Size',
|
||||
icon : 'far fa-file',
|
||||
gen : dedent`/* A4 Page Size */
|
||||
.page {
|
||||
width : 210mm;
|
||||
height : 296.8mm;
|
||||
}\n\n`
|
||||
},
|
||||
{
|
||||
name : 'A3 Page Size',
|
||||
icon : 'far fa-file',
|
||||
@@ -451,6 +442,15 @@ module.exports = [
|
||||
height : 420mm;
|
||||
}\n\n`,
|
||||
},
|
||||
{
|
||||
name : 'A4 Page Size',
|
||||
icon : 'far fa-file',
|
||||
gen : dedent`/* A4 Page Size */
|
||||
.page {
|
||||
width : 210mm;
|
||||
height : 296.8mm;
|
||||
}\n\n`
|
||||
},
|
||||
{
|
||||
name : 'A5 Page Size',
|
||||
icon : 'far fa-file',
|
||||
@@ -476,10 +476,9 @@ module.exports = [
|
||||
icon : 'far fa-file',
|
||||
gen : dedent`/* Card Size */
|
||||
.page {
|
||||
width : 63.5mm;
|
||||
height : 88.9mm;
|
||||
width : 63.5mm;
|
||||
height : 88.9mm;
|
||||
padding : 5mm;
|
||||
font-size : 12px;
|
||||
columns : unset;
|
||||
}\n\n`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user