git ssb

16+

Dominic / patchbay



Commit 84bcac92d7d3ece97193b725768364afda475468

tweak avatar render

mixmix committed on 10/6/2018, 8:18:22 AM
Parent: aec54b8b8e2dd57c99b4c87a19fc13c471acaaf0

Files changed

about/html/avatar.jschanged
about/html/avatar.jsView
@@ -24,9 +24,9 @@
2424 src
2525 })
2626 )
2727 avatar.classList.add('Avatar')
28- avatar.style.setProperty('--avatar-size', Number.isNaN(size) ? size : `${size}rem`)
28 + avatar.style.setProperty('--avatar-size', isNaN(size) ? size : `${size}rem`)
2929
3030 return avatar
3131 }
3232 }

Built with git-ssb-web