fillrect pointer to 1.5em

Increased the size of the rectangles for states and biomes from 0.9em to 1.5em
This commit is contained in:
Ángel Montero Lamas 2022-01-15 12:25:40 +01:00
parent 6981d0f710
commit b3427f16d3
2 changed files with 3 additions and 3 deletions

View file

@ -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}>
<svg data-tip="State fill style. Click to change" width=".9em" height=".9em" style="margin-bottom:-1px"><rect x="0" y="0" width="100%" height="100%" fill="${
<svg data-tip="State fill style. Click to change" width="1.5em" height="1.5em" style="margin-bottom:-5px"><rect x="0" y="0" width="100%" height="100%" fill="${
s.color
}" class="fillRect pointer"></svg>
<input data-tip="State name. Click to change" class="stateName name pointer" value="${s.name}" readonly>