mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
style: burg editor - minor change
This commit is contained in:
parent
d4aef4920c
commit
cfc603edc1
1 changed files with 6 additions and 6 deletions
12
index.html
12
index.html
|
|
@ -3339,7 +3339,7 @@
|
|||
<use id="burgEmblem"></use>
|
||||
</svg>
|
||||
<div style="display: grid; grid-auto-rows: minmax(1.6em, auto)">
|
||||
<div id="burgProvinceAndState" style="font-style: italic; max-width: 16em"></div>
|
||||
<div id="burgProvinceAndState" style="font-weight: bold; max-width: 16em"></div>
|
||||
|
||||
<div>
|
||||
<div class="label">Name:</div>
|
||||
|
|
@ -3348,7 +3348,7 @@
|
|||
data-tip="Type to rename the burg"
|
||||
autocorrect="off"
|
||||
spellcheck="false"
|
||||
style="width: 8em"
|
||||
style="width: 9em"
|
||||
/>
|
||||
<span data-tip="Speak the name. You can change voice and language in options" class="speaker">🔊</span>
|
||||
<span
|
||||
|
|
@ -3360,7 +3360,7 @@
|
|||
|
||||
<div data-tip="Select burg type. Type slightly affects emblem generation">
|
||||
<div class="label">Type:</div>
|
||||
<select id="burgType" style="width: 8em">
|
||||
<select id="burgType" style="width: 9em">
|
||||
<option value="Generic">Generic</option>
|
||||
<option value="River">River</option>
|
||||
<option value="Lake">Lake</option>
|
||||
|
|
@ -3373,7 +3373,7 @@
|
|||
|
||||
<div data-tip="Select dominant culture">
|
||||
<div class="label">Culture:</div>
|
||||
<select id="burgCulture" style="width: 8em"></select>
|
||||
<select id="burgCulture" style="width: 9em"></select>
|
||||
<span
|
||||
id="burgNameReCulture"
|
||||
data-tip="Generate culture-specific name for the burg"
|
||||
|
|
@ -3383,7 +3383,7 @@
|
|||
|
||||
<div data-tip="Set burg population">
|
||||
<div class="label">Population:</div>
|
||||
<input id="burgPopulation" type="number" min="0" step="1" style="width: 8em" />
|
||||
<input id="burgPopulation" type="number" min="0" step="1" style="width: 9em" />
|
||||
</div>
|
||||
|
||||
<div data-tip="Burg mean annual temperature and real-world city for comparison">
|
||||
|
|
@ -3467,7 +3467,7 @@
|
|||
<i id="burgLinkOpen" data-tip="Open burg map in a new tab" class="icon-link-ext pointer"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div id="burgPreviewObject" style="max-width: 30em; pointer-events: none"></div>
|
||||
<div id="burgPreviewObject" style="pointer-events: none"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue