QOL updates for the EMI, fixed the mutiblock overlap (#1830)
* QOL updates for the EMI, fixed the mutiblock overlap removed left over settings (oops) Signed-off-by: Jacky <newlumberjack@nljack.xyz> removed left over settings (oops) Signed-off-by: Jacky <newlumberjack@nljack.xyz> * this file is not needed Signed-off-by: Pyritie <pyritie@gmail.com> * revert these Signed-off-by: Pyritie <pyritie@gmail.com> --------- Signed-off-by: Jacky <newlumberjack@nljack.xyz> Signed-off-by: Pyritie <pyritie@gmail.com> Co-authored-by: Newlumberjack <12345678+YourName@users.noreply.github.com> Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
674d4c0e08
commit
e3b5b34017
2 changed files with 6 additions and 6 deletions
|
|
@ -108,13 +108,13 @@
|
|||
/**
|
||||
* Whether the recipe tree button should be visible.
|
||||
*/
|
||||
recipe-tree-button-visibility: auto;
|
||||
recipe-tree-button-visibility: shown;
|
||||
|
||||
/**
|
||||
* The maximum height the recipe screen will grow to be if space is available in
|
||||
* pixels.
|
||||
*/
|
||||
maximum-recipe-screen-height: 256;
|
||||
maximum-recipe-screen-height: 420;
|
||||
|
||||
/**
|
||||
* The minimum width of the recipe screen in pixels. Controls how many tabs there
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
/**
|
||||
* The amount of vertical margin to give in the recipe screen.
|
||||
*/
|
||||
vertical-margin: 20;
|
||||
vertical-margin: 12;
|
||||
|
||||
/**
|
||||
* Where to show workstations in the recipe screen
|
||||
|
|
@ -177,7 +177,7 @@
|
|||
/**
|
||||
* How many columns and rows of ingredients to limit the left sidebar to
|
||||
*/
|
||||
left-sidebar-size: 12, 100;
|
||||
left-sidebar-size: 9, 100;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the left sidebar and obstructions, in pixels
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
/**
|
||||
* How many columns and rows of ingredients to limit the right sidebar to
|
||||
*/
|
||||
right-sidebar-size: 11, 100;
|
||||
right-sidebar-size: 9, 100;
|
||||
|
||||
/**
|
||||
* How much space to maintain between the right sidebar and obstructions, in pixels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue