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

@@ -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;