Make blockie identicon circular with more breathing room
All checks were successful
check / check (push) Successful in 14s

This commit is contained in:
2026-02-26 16:29:47 +07:00
parent b1b8807060
commit a01161c3a3
2 changed files with 2 additions and 1 deletions

View File

@@ -236,7 +236,7 @@
</button>
<div
id="address-jazzicon"
class="flex justify-center mb-2"
class="flex justify-center mt-1 mb-3"
></div>
<div
class="flex justify-between items-center border-b border-border pb-1 mb-2"

View File

@@ -49,6 +49,7 @@ function show() {
img.width = 48;
img.height = 48;
img.style.imageRendering = "pixelated";
img.style.borderRadius = "50%";
blockieEl.appendChild(img);
$("address-dot").innerHTML = addressDotHtml(addr.address);
$("address-full").dataset.full = addr.address;