secure-scuttlebot classic
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

make avatar thumbnails smaller

+1 -2
+1 -2
patchbay/modules_basic/about.js
··· 35 35 h('a', {href:"#"+about.about}, 36 36 about.name || null, 37 37 about.image 38 - ? h('img.avatar--fullsize', {src: api.blob_url(asLink(about.image))}) 38 + ? h('img.avatar--thumbnail', {src: api.blob_url(asLink(about.image))}) 39 39 : null 40 40 ) 41 41 ) ··· 44 44 45 45 } 46 46 47 -