Merge pull request #64 from nahuhh/fix_my_mistake
fix a misalignment introduced in my lastest commit
This commit is contained in:
commit
44f16bd28e
@ -891,7 +891,7 @@ const chart = new Chart(ctx, {
|
|||||||
|
|
||||||
<!-- YOUR OFFERS / MAKER / BOOK -->
|
<!-- YOUR OFFERS / MAKER / BOOK -->
|
||||||
{% if o[9] == true %}
|
{% if o[9] == true %}
|
||||||
<td class="py-0 px-6 text-xs">
|
<td class="py-0 px-6 text-right text-sm">
|
||||||
<div class="flex items-center justify-evenly monospace">
|
<div class="flex items-center justify-evenly monospace">
|
||||||
<a data-tooltip-target="tooltip-wallet{{loop.index}}" href="/wallet/{{ o[17] }}">
|
<a data-tooltip-target="tooltip-wallet{{loop.index}}" href="/wallet/{{ o[17] }}">
|
||||||
<span class="mr-3 inline-flex align-middle items-center justify-center w-18 h-20 rounded">
|
<span class="mr-3 inline-flex align-middle items-center justify-center w-18 h-20 rounded">
|
||||||
@ -912,12 +912,12 @@ const chart = new Chart(ctx, {
|
|||||||
</div>
|
</div>
|
||||||
<a data-tooltip-target="tooltip-maker{{loop.index}}" href="/offer/{{ o[1] }}">
|
<a data-tooltip-target="tooltip-maker{{loop.index}}" href="/offer/{{ o[1] }}">
|
||||||
|
|
||||||
<div class="flex flex-col text-sm ml-5">
|
<div class="flex flex-col ml-5">
|
||||||
<div class="coinname bold text-right w-24" data-coinname="{{ o[2] }}">
|
<div class="coinname bold w-24" data-coinname="{{ o[2] }}">
|
||||||
{{ o[4]|truncate(7, true, '', 0) }}
|
{{ o[4]|truncate(7, true, '', 0) }}
|
||||||
</div>
|
</div>
|
||||||
{{ o[2] }}
|
{{ o[2] }}
|
||||||
<div class="ratetype text-xs italic hidden">
|
<div class="ratetype italic hidden">
|
||||||
<span class="echange-rates" data-coinname="{{ o[2] }}">
|
<span class="echange-rates" data-coinname="{{ o[2] }}">
|
||||||
{{ o[6]|truncate(6,true,'',0) }} {{ o[17] }}/{{ o[16] }}
|
{{ o[6]|truncate(6,true,'',0) }} {{ o[17] }}/{{ o[16] }}
|
||||||
</span>
|
</span>
|
||||||
@ -938,7 +938,7 @@ const chart = new Chart(ctx, {
|
|||||||
|
|
||||||
<!-- NETWORK OFFERS / MAKER / BOOK -->
|
<!-- NETWORK OFFERS / MAKER / BOOK -->
|
||||||
{% else %}
|
{% else %}
|
||||||
<td class="py-0 px-6 text-xs">
|
<td class="py-0 px-6 text-right text-sm">
|
||||||
<div class="flex items-center justify-evenly monospace">
|
<div class="flex items-center justify-evenly monospace">
|
||||||
<a data-tooltip-target="tooltip-wallet{{loop.index}}" href="/wallet/{{ o[17] }}">
|
<a data-tooltip-target="tooltip-wallet{{loop.index}}" href="/wallet/{{ o[17] }}">
|
||||||
<span class="inline-flex mr-3 align-middle items-center justify-center w-18 h-20 rounded">
|
<span class="inline-flex mr-3 align-middle items-center justify-center w-18 h-20 rounded">
|
||||||
@ -962,12 +962,12 @@ const chart = new Chart(ctx, {
|
|||||||
</div>
|
</div>
|
||||||
<a data-tooltip-target="tooltip-offer{{loop.index}}" href="/offer/{{ o[1] }}">
|
<a data-tooltip-target="tooltip-offer{{loop.index}}" href="/offer/{{ o[1] }}">
|
||||||
|
|
||||||
<div class="flex flex-col text-sm ml-5">
|
<div class="flex flex-col ml-5">
|
||||||
<div class="coinname bold text-right w-24" data-coinname="{{ o[2] }}">
|
<div class="coinname bold w-24" data-coinname="{{ o[2] }}">
|
||||||
{{ o[4]|truncate(7, true, '', 0) }}
|
{{ o[4]|truncate(7, true, '', 0) }}
|
||||||
</div>
|
</div>
|
||||||
{{ o[2] }}
|
{{ o[2] }}
|
||||||
<div class="ratetype text-xs italic hidden">
|
<div class="ratetype italic hidden">
|
||||||
<span class="echange-rates" data-coinname="{{ o[2] }}">
|
<span class="echange-rates" data-coinname="{{ o[2] }}">
|
||||||
{{ o[6]|truncate(6,true,'',0) }} {{ o[17] }}/{{ o[16] }}
|
{{ o[6]|truncate(6,true,'',0) }} {{ o[17] }}/{{ o[16] }}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user