mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 20:41:23 +01:00
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:
parent
6981d0f710
commit
b3427f16d3
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue