This commit is contained in:
tree 2023-04-27 05:12:09 +02:00
rodič ec4215e42c
revize c5beec77bb
1 změnil soubory, kde provedl 2 přidání a 2 odebrání

Zobrazit soubor

@ -8,9 +8,9 @@
export let rounded = 'rounded';
export let thumb = null;
if (width.match(/^w-48/)) {
/*if (width.match(/^w-48/)) {
thumb = '500';
}
}*/
$: blockie = !item[img] && item.hash ? makeBlockie('0x' + item.hash.substr(0, 40)) : null;
</script>