better emi defaults
This commit is contained in:
@@ -167,17 +167,17 @@
|
||||
/**
|
||||
* The pages in the left sidebar
|
||||
*/
|
||||
left-sidebar-pages: favorites;
|
||||
left-sidebar-pages: craftables;
|
||||
|
||||
/**
|
||||
* The subpanels in the left sidebar
|
||||
*/
|
||||
left-sidebar-subpanels: none;
|
||||
left-sidebar-subpanels: favorites 2;
|
||||
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the left sidebar to
|
||||
*/
|
||||
left-sidebar-size: 9, 8;
|
||||
left-sidebar-size: 10, 8;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the left sidebar and obstructions, in pixels
|
||||
@@ -202,7 +202,7 @@
|
||||
/**
|
||||
* The pages in the right sidebar
|
||||
*/
|
||||
right-sidebar-pages: index, empty;
|
||||
right-sidebar-pages: index;
|
||||
|
||||
/**
|
||||
* The subpanels in the right sidebar
|
||||
@@ -212,7 +212,7 @@
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the right sidebar to
|
||||
*/
|
||||
right-sidebar-size: 9, 8;
|
||||
right-sidebar-size: 12, 8;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the right sidebar and obstructions, in pixels
|
||||
@@ -222,7 +222,7 @@
|
||||
/**
|
||||
* Where to position the right sidebar
|
||||
*/
|
||||
right-sidebar-align: left, center;
|
||||
right-sidebar-align: right, center;
|
||||
|
||||
/**
|
||||
* Whether to render the header buttons and page count for the right sidebar
|
||||
@@ -247,7 +247,7 @@
|
||||
/**
|
||||
* How many columns and rows of ingredients to limit the top sidebar to
|
||||
*/
|
||||
top-sidebar-size: 9, 9;
|
||||
top-sidebar-size: 12, 4;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the top sidebar and obstructions, in pixels
|
||||
@@ -257,12 +257,12 @@
|
||||
/**
|
||||
* Where to position the top sidebar
|
||||
*/
|
||||
top-sidebar-align: center, center;
|
||||
top-sidebar-align: center, top;
|
||||
|
||||
/**
|
||||
* Whether to render the header buttons and page count for the top sidebar
|
||||
*/
|
||||
top-sidebar-header: visible;
|
||||
top-sidebar-header: invisible;
|
||||
|
||||
/**
|
||||
* Which theme to use for the top sidebar
|
||||
|
||||
Reference in New Issue
Block a user