position
This commit is contained in:
@@ -18,6 +18,6 @@ withDefaults(defineProps<Props>(), {
|
||||
<img v-if="id" :src="`https://images.evetech.net/types/${id}/icon`" class="inline-block w-5 h-5" />
|
||||
<template v-if="name">
|
||||
{{ name }}
|
||||
<button class="btn-icon-stroke" @click="copyToClipboard(name)"><ClipboardIcon class="!w-4 !h-4" /></button>
|
||||
<button class="btn-icon-stroke" @click="copyToClipboard(name)"><ClipboardIcon class="relative top-0.5 !w-4 !h-4" /></button>
|
||||
</template>
|
||||
</template>
|
||||
Reference in New Issue
Block a user