add shadow to node icon

This commit is contained in:
liamcottle
2024-08-26 16:23:08 +12:00
parent 456907aef1
commit c6d70cc4e9

View File

@ -52,7 +52,7 @@
<div class="mr-2 mt-2"> <div class="mr-2 mt-2">
<a target="_blank" :href="`/?node_id=${message.from}`"> <a target="_blank" :href="`/?node_id=${message.from}`">
<div class="flex rounded-full h-12 w-12 text-white" :class="[ `bg-[${getNodeColour(message.from)}]` ]"> <div class="flex rounded-full h-12 w-12 text-white shadow" :class="[ `bg-[${getNodeColour(message.from)}]` ]">
<div class="mx-auto my-auto">{{ getNodeShortName(message.from) }}</div> <div class="mx-auto my-auto">{{ getNodeShortName(message.from) }}</div>
</div> </div>
</a> </a>