Return old minmax values for font scale
This commit is contained in:
parent
2cce6e83fa
commit
3c0d7d8feb
|
@ -2592,7 +2592,7 @@
|
|||
</div>
|
||||
<div class="range-block-range-and-counter">
|
||||
<div class="range-block-range">
|
||||
<input type="range" id="font_scale" name="font_scale" min="0.75" max="1.25" step="0.01">
|
||||
<input type="range" id="font_scale" name="font_scale" min="0.8" max="1.2" step="0.02">
|
||||
</div>
|
||||
<div class="range-block-counter">
|
||||
<div contenteditable="true" data-for="font_scale" id="font_scale_counter">
|
||||
|
|
Loading…
Reference in New Issue