From b3427f16d3f5c9d320746f79507d62539ee541f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Montero=20Lamas?= Date: Sat, 15 Jan 2022 12:25:40 +0100 Subject: [PATCH] fillrect pointer to 1.5em Increased the size of the rectangles for states and biomes from 0.9em to 1.5em --- modules/ui/biomes-editor.js | 4 ++-- modules/ui/states-editor.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ui/biomes-editor.js b/modules/ui/biomes-editor.js index ca5bb41d..da9976d9 100644 --- a/modules/ui/biomes-editor.js +++ b/modules/ui/biomes-editor.js @@ -94,7 +94,7 @@ function editBiomes() { lines += `
- @@ -270,7 +270,7 @@ function editBiomes() { const unit = areaUnit.value === "square" ? " " + distanceUnitInput.value + "²" : " " + areaUnit.value; const line = `
- + % diff --git a/modules/ui/states-editor.js b/modules/ui/states-editor.js index c1d8e978..1027d153 100644 --- a/modules/ui/states-editor.js +++ b/modules/ui/states-editor.js @@ -132,7 +132,7 @@ function editStates() { data-area=${area} data-population=${population} data-burgs=${s.burgs} data-culture=${pack.cultures[s.culture].name} data-type=${ s.type } data-expansionism=${s.expansionism}> -