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>
|
<div class="lds-ripple" id="loader"><div></div><div></div></div>
|
||||||
<canvas id="token-chart"></canvas>
|
<canvas id="token-chart"></canvas>
|
||||||
<div id="option_select">
|
<div id="option_select">
|
||||||
|
<p>
|
||||||
<label for="region">Region:</label>
|
<label for="region">Region:</label>
|
||||||
<select name="region" id="region">
|
<select name="region" id="region">
|
||||||
<option value="us">US</option>
|
<option value="us">US</option>
|
||||||
@ -26,7 +27,8 @@
|
|||||||
<option value="kr">KR</option>
|
<option value="kr">KR</option>
|
||||||
<option value="tw">TW</option>
|
<option value="tw">TW</option>
|
||||||
</select>
|
</select>
|
||||||
<br />
|
</p>
|
||||||
|
<p>
|
||||||
<label for="time">Time Selection:</label>
|
<label for="time">Time Selection:</label>
|
||||||
<select name="time" id="time">
|
<select name="time" id="time">
|
||||||
<option value="72h">3 Days</option>
|
<option value="72h">3 Days</option>
|
||||||
@ -39,6 +41,7 @@
|
|||||||
<option value="2y">2 Years</option>
|
<option value="2y">2 Years</option>
|
||||||
<option value="all">All Available</option>
|
<option value="all">All Available</option>
|
||||||
</select>
|
</select>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="source">
|
<div id="source">
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user