Skip to content

Commit 2ff40a1

Browse files
committed
[design] increase most text size resolution
1 parent dbfed85 commit 2ff40a1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎src/index.html‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h1 class="menu-item-header-text">Greeting</h1>
332332
<hr>
333333
<divclass="input-wrap">
334334
<labelfor="control-header-greeting-size">Size</label>
335-
<inputid="control-header-greeting-size" class="control-header-greeting-size" type="range" min="20" max="500" value="0" step="20" tabindex="-1">
335+
<inputid="control-header-greeting-size" class="control-header-greeting-size" type="range" min="10" max="500" value="0" step="10" tabindex="-1">
336336
</div>
337337
<divclass="button-wrap">
338338
<buttonclass="control-header-greeting-size-default button mb-0" tabindex="-1">Default Greeting size</button>
@@ -362,7 +362,7 @@ <h1 class="menu-item-header-text">Transitional words</h1>
362362
<hr>
363363
<divclass="input-wrap">
364364
<labelfor="control-header-transitional-size">Size</label>
365-
<inputid="control-header-transitional-size" class="control-header-transitional-size" type="range" min="20" max="500" value="0" step="20" tabindex="-1">
365+
<inputid="control-header-transitional-size" class="control-header-transitional-size" type="range" min="10" max="500" value="0" step="10" tabindex="-1">
366366
</div>
367367
<divclass="button-wrap">
368368
<buttonclass="control-header-transitional-size-default button mb-0" tabindex="-1">Default Transitional size</button>
@@ -436,7 +436,7 @@ <h1 class="menu-item-header-text">Clock</h1>
436436
<hr>
437437
<divclass="input-wrap">
438438
<labelfor="control-header-clock-size">Size</label>
439-
<inputid="control-header-clock-size" class="control-header-clock-size" type="range" min="20" max="500" value="0" step="20" tabindex="-1">
439+
<inputid="control-header-clock-size" class="control-header-clock-size" type="range" min="10" max="500" value="0" step="10" tabindex="-1">
440440
</div>
441441
<divclass="button-wrap">
442442
<buttonclass="control-header-clock-size-default button mb-0" tabindex="-1">Default Clock size</button>
@@ -571,7 +571,7 @@ <h1 class="menu-item-header-text">Date</h1>
571571
<hr>
572572
<divclass="input-wrap">
573573
<labelfor="control-header-date-size">Size</label>
574-
<inputid="control-header-date-size" class="control-header-date-size" type="range" min="20" max="500" value="0" step="20" tabindex="-1">
574+
<inputid="control-header-date-size" class="control-header-date-size" type="range" min="10" max="500" value="0" step="10" tabindex="-1">
575575
</div>
576576
<divclass="button-wrap">
577577
<buttonclass="control-header-date-size-default button mb-0" tabindex="-1">Default Date size</button>
@@ -670,7 +670,7 @@ <h1 class="menu-item-header-text">Search</h1>
670670
<hr>
671671
<divclass="input-wrap">
672672
<labelfor="control-header-search-size">Size</label>
673-
<inputid="control-header-search-size" class="control-header-search-size" type="range" min="20" max="500" value="0" step="20" tabindex="-1">
673+
<inputid="control-header-search-size" class="control-header-search-size" type="range" min="10" max="500" value="0" step="10" tabindex="-1">
674674
</div>
675675
<pclass="control-header-search-size-helper form-helper small">Only the Search box width control will change the Width of the Search box.</p>
676676
<divclass="button-wrap">
@@ -706,7 +706,7 @@ <h1 class="menu-item-header-text">Buttons</h1>
706706
<hr>
707707
<divclass="input-wrap">
708708
<labelfor="control-header-button-size">Size</label>
709-
<inputid="control-header-button-size" class="control-header-button-size" type="range" min="20" max="500" value="0" step="20" tabindex="-1">
709+
<inputid="control-header-button-size" class="control-header-button-size" type="range" min="10" max="500" value="0" step="10" tabindex="-1">
710710
</div>
711711
<divclass="button-wrap">
712712
<buttonclass="control-header-button-size-default button mb-0" tabindex="-1">Default Button size</button>
@@ -796,7 +796,7 @@ <h1 class="menu-item-header-text">Names</h1>
796796
<divclass="form-indent">
797797
<divclass="input-wrap">
798798
<labelfor="control-group-name-size">Name Size</label>
799-
<inputid="control-group-name-size" class="control-group-name-size" type="range" min="20" max="500" value="0" step="20" tabindex="-1">
799+
<inputid="control-group-name-size" class="control-group-name-size" type="range" min="10" max="500" value="0" step="10" tabindex="-1">
800800
</div>
801801
<divclass="button-wrap">
802802
<buttonclass="control-group-name-size-default button mb-0" tabindex="-1">Default Name size</button>

0 commit comments

Comments
(0)