Skip to content

Commit efb146a

Browse files
committed
Merge branch 'main' of https://github.com/OWASP-BLT/BLT
2 parents 31a44b6 + 9dc8a84 commit efb146a

File tree

3 files changed

+966
-819
lines changed

3 files changed

+966
-819
lines changed

website/templates/includes/crypto_donation.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% 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">
44
<img class="w-[80px] h-[80px] p-1 object-cover border-2 border-[#e74c3c] border-solid rounded-md"
55
src="{% static 'gif/loader.gif' %}"
66
alt="crypto address qr code"
@@ -20,7 +20,7 @@
2020
</div>
2121
<div class="hidden w-full" id="no-crypto">
2222
{% 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>
2424
</div>
2525
</div>
2626
</div>

website/templates/includes/tiny-cards.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{% 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]">
33
<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"
55
title="Click to copy">{{ right }}</div>
66
{% if left == "BTC" %}
77
<a href="https://blockchair.com/bitcoin/address/{{ right }}"
88
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>
1010
{% endif %}
1111
{% if left == "BCH" %}
1212
<a href="https://blockchair.com/bitcoin-cash/address/{{ right }}"

0 commit comments

Comments
 (0)