refactor: temperature inputs

This commit is contained in:
Azgaar 2023-08-06 13:25:46 +04:00
parent fac73b9975
commit fbb605d01d
2 changed files with 14 additions and 8 deletions

View file

@ -2363,16 +2363,17 @@
</label>
</div>
<div>
<label data-tip="Set temperature near poles">
<label data-tip="Set the North Pole average yearly temperature">
<i data-locked="0" id="lock_temperatureNorthPole" class="icon-lock-open"></i>
<i>North Pole</i>
<i>North Pole:</i>
<input
id="temperatureNorthPoleInput"
data-stored="temperatureNorthPole"
type="number"
min="-50"
max="50"
/>°C = <span id="temperatureNorthPoleF"></span>°F
/>
<span>°C = <span id="temperatureNorthPoleF"></span>°F</span>
<input
id="temperatureNorthPoleOutput"
data-stored="temperatureNorthPole"
@ -2380,16 +2381,21 @@
min="-50"
max="50"
/>
<br />
</label>
</div>
<div>
<label data-tip="Set the South Pole average yearly temperature">
<i data-locked="0" id="lock_temperatureSouthPole" class="icon-lock-open"></i>
<i>South Pole</i>
<i>South Pole:</i>
<input
id="temperatureSouthPoleInput"
data-stored="temperatureSouthPole"
type="number"
min="-50"
max="50"
/>°C = <span id="temperatureSouthPoleF"></span>°F
/>
<span>°C = <span id="temperatureSouthPoleF"></span>°F</span>
<input
id="temperatureSouthPoleOutput"
data-stored="temperatureSouthPole"