fix titles

This commit is contained in:
2026-02-04 17:24:32 +00:00
parent a6279e5c21
commit 80efbaa7f6
2 changed files with 2 additions and 6 deletions

View File

@@ -38,11 +38,7 @@ onUnmounted(() => {
<template> <template>
<Transition name="fade" mode="out-in"> <Transition name="fade" mode="out-in">
<div <div class="image-viewer" @click="nextImage" :key="currentIndex">
class="image-viewer text-center"
@click="nextImage"
:key="currentIndex"
>
<Header v-if="currentComment"> <Header v-if="currentComment">
{{ currentComment }} {{ currentComment }}
</Header> </Header>

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="w-full border-b border-primary"> <div class="w-full border-b border-primary">
<h1> <h1 class="pl-2 m-0">
<slot /> <slot />
</h1> </h1>
</div> </div>