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:
@@ -236,7 +236,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<div
|
<div
|
||||||
id="address-jazzicon"
|
id="address-jazzicon"
|
||||||
class="flex justify-center mb-2"
|
class="flex justify-center mt-1 mb-3"
|
||||||
></div>
|
></div>
|
||||||
<div
|
<div
|
||||||
class="flex justify-between items-center border-b border-border pb-1 mb-2"
|
class="flex justify-between items-center border-b border-border pb-1 mb-2"
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ function show() {
|
|||||||
img.width = 48;
|
img.width = 48;
|
||||||
img.height = 48;
|
img.height = 48;
|
||||||
img.style.imageRendering = "pixelated";
|
img.style.imageRendering = "pixelated";
|
||||||
|
img.style.borderRadius = "50%";
|
||||||
blockieEl.appendChild(img);
|
blockieEl.appendChild(img);
|
||||||
$("address-dot").innerHTML = addressDotHtml(addr.address);
|
$("address-dot").innerHTML = addressDotHtml(addr.address);
|
||||||
$("address-full").dataset.full = addr.address;
|
$("address-full").dataset.full = addr.address;
|
||||||
|
|||||||
Reference in New Issue
Block a user