mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-14 22:38:10 +01:00
amm: icon beside amount & consistent size of add/edit
This commit is contained in:
@@ -122,13 +122,13 @@ const AmmTablesManager = (function() {
|
||||
<td class="py-0 px-0 text-right text-sm">
|
||||
<div class="flex items-center justify-center monospace">
|
||||
<span class="inline-flex mr-3 ml-3 align-middle items-center justify-center w-18 h-20 rounded">
|
||||
<img class="h-12" src="/static/images/coins/${fromImage}" alt="${fromDisplayName}">
|
||||
<img class="h-12" src="/static/images/coins/${toImage}" alt="${toDisplayName}">
|
||||
</span>
|
||||
<svg aria-hidden="true" class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" d="M12.293 5.293a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-2.293-2.293a1 1 0 010-1.414z" clip-rule="evenodd"></path>
|
||||
</svg>
|
||||
<span class="inline-flex mr-3 ml-3 align-middle items-center justify-center w-18 h-20 rounded">
|
||||
<img class="h-12" src="/static/images/coins/${toImage}" alt="${toDisplayName}">
|
||||
<img class="h-12" src="/static/images/coins/${fromImage}" alt="${fromDisplayName}">
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user