Make blockie identicon circular with more breathing room
All checks were successful
check / check (push) Successful in 14s
All checks were successful
check / check (push) Successful in 14s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user