diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/TileInfoModal.vue | 5 | ||||
| -rw-r--r-- | src/index.css | 2 |
2 files changed, 4 insertions, 3 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> diff --git a/src/index.css b/src/index.css index 855e9f0..8e8b70f 100644 --- a/src/index.css +++ b/src/index.css @@ -97,7 +97,7 @@ /* Other */ @font-face { font-family: Ubuntu; - src: url('/fonts/Ubuntu-Regular.woff2'); + src: url('/font/Ubuntu-Regular.woff2'); } body { font-family: Ubuntu, system-ui, sans-serif; |
