diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-12 21:42:57 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-12 21:42:57 +1000 |
| commit | 41008058eecaf03af1feb2a42a2b801ce12fb890 (patch) | |
| tree | cb76287fd2429829d7dc709db7a8db67246dcbcf /src/components | |
| parent | 9e5947680addb448ce844814fb480daeb45142ef (diff) | |
Finalise for version 1.0.0v1.0.0
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/TileInfoModal.vue | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/TileInfoModal.vue b/src/components/TileInfoModal.vue index ca224bf..db7dd4f 100644 --- a/src/components/TileInfoModal.vue +++ b/src/components/TileInfoModal.vue @@ -43,11 +43,12 @@ :target="imgInfos[idx]!.url != '' ? '_blank' : ''" class="block w-fit mx-auto"> <div :style="getImgStyles(nodes[idx])"/> </a> - <s-collapsible class="text-sm text-center max-w-full md:max-w-[200px] mx-auto"> + <s-collapsible class="text-sm text-center w-fit max-w-full md:max-w-[200px] mx-auto"> <template v-slot:summary="slotProps"> <div class="py-1 hover:underline"> <down-icon class="inline-block w-4 h-4 mr-1 transition-transform duration-300" - :class="{'-rotate-90': slotProps.open}"/>Image Source + :class="{'-rotate-90': slotProps.open}"/> + Image Source </div> </template> <template v-slot:content> |
