File tree 3 files changed +966
-819
lines changed
3 files changed +966
-819
lines changed Original file line number Diff line number Diff line change 1
1
{% load static %}
2
- < div class ="{% if included_in_issue_page %} max-sm:ml-[3.45%] ml-[10%] {% else %} ml-0 {% endif %} ">
3
- < div class ="flex flex-col md:flex-row items-start gap-4 ">
2
+ < div class ="{% if included_in_issue_page %} {% else %} {% endif %} ">
3
+ < div class ="flex flex-row gap-2 items-start ">
4
4
< img class ="w-[80px] h-[80px] p-1 object-cover border-2 border-[#e74c3c] border-solid rounded-md "
5
5
src ="{% static 'gif/loader.gif' %} "
6
6
alt ="crypto address qr code "
20
20
</ div >
21
21
< div class ="hidden w-full " id ="no-crypto ">
22
22
{% include "./tiny-cards.html" with left="BCH" right="qr5yccf7j4dpjekyz3vpawgaarl352n7yv5d5mtzzc" lessWidth=True editCrypto=True %}
23
- < i class ="ml-[3%] text-[12px] "> No Address, will go to BLT Donation</ i >
23
+ < i class =" text-[12px] "> No Address, will go to BLT Donation</ i >
24
24
</ div >
25
25
</ div >
26
26
</ div >
Original file line number Diff line number Diff line change 1
1
{% if insideIFCondition %}< div class ="h-[0.5vh] "> </ div > {% endif %}
2
- < div class ="border-[1px] rounded-xl p-1 border-[#DFDCE4] flex text-[13px] {% if lessWidth %}ml-[3%] w-full max-w-[500px] {% else %}max-sm:ml-[3.45%] ml-[10%]{% endif %} flex-wrap ">
2
+ < div class ="border-[1px] rounded-xl p-1 border-[#DFDCE4] flex flex-wrap text-[13px] ">
3
3
< div class ="bg-white border-r-[1px] p-1 border-[#DFDCE4] min-w-[40px] text-center "> {{ left }}</ div >
4
- < div class ="bg-[#FAF9FB] p-[0.40rem] select-all font-[monospace] text-[11px] copy_text flex-1 cursor-pointer "
4
+ < div class ="bg-[#FAF9FB] p-2 select-all font-[monospace] text-[11px] copy_text flex-1 cursor-pointer break-all "
5
5
title ="Click to copy "> {{ right }}</ div >
6
6
{% if left == "BTC" %}
7
7
< a href ="https://blockchair.com/bitcoin/address/{{ right }} "
8
8
target ="_blank "
9
- class ="text-[#6B7280] p-1 "> < i class ="fas fa-external-link-alt "> </ i > </ a >
9
+ class ="text-[#6B7280] font-medium p-1 "> < i class ="fas fa-external-link-alt "> </ i > </ a >
10
10
{% endif %}
11
11
{% if left == "BCH" %}
12
12
< a href ="https://blockchair.com/bitcoin-cash/address/{{ right }} "
You can’t perform that action at this time.
0 commit comments