Adjusted selection dropdowns to be more compact
This commit is contained in:
parent
e0b6ea9f8e
commit
11a3fd7fff
@ -19,6 +19,7 @@
|
||||
<div class="lds-ripple" id="loader"><div></div><div></div></div>
|
||||
<canvas id="token-chart"></canvas>
|
||||
<div id="option_select">
|
||||
<p>
|
||||
<label for="region">Region:</label>
|
||||
<select name="region" id="region">
|
||||
<option value="us">US</option>
|
||||
@ -26,7 +27,8 @@
|
||||
<option value="kr">KR</option>
|
||||
<option value="tw">TW</option>
|
||||
</select>
|
||||
<br />
|
||||
</p>
|
||||
<p>
|
||||
<label for="time">Time Selection:</label>
|
||||
<select name="time" id="time">
|
||||
<option value="72h">3 Days</option>
|
||||
@ -39,6 +41,7 @@
|
||||
<option value="2y">2 Years</option>
|
||||
<option value="all">All Available</option>
|
||||
</select>
|
||||
</p>
|
||||
</div>
|
||||
<div id="source">
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user