Prevent outline collision when agents begin immediately inside a block
This commit is contained in:
parent
8767140cd7
commit
5a2eb4813b
|
@ -57,7 +57,7 @@ define(() => {
|
||||||
bottom: 5,
|
bottom: 5,
|
||||||
};
|
};
|
||||||
const BLOCK_SECTION_PADDING = {
|
const BLOCK_SECTION_PADDING = {
|
||||||
top: 1,
|
top: 3,
|
||||||
bottom: 5,
|
bottom: 5,
|
||||||
};
|
};
|
||||||
const BLOCK_MODE_PADDING = {
|
const BLOCK_MODE_PADDING = {
|
||||||
|
|
Loading…
Reference in New Issue