remove unrelated changes

This commit is contained in:
kakkokari-gtyih 2025-09-12 20:59:46 +09:00
parent 9dddcfe8eb
commit 75824d164e
1 changed files with 1 additions and 9 deletions

View File

@ -25,9 +25,6 @@ SPDX-License-Identifier: AGPL-3.0-only
<div>
<MkCondensedLine :minScale="2 / 3"><slot></slot></MkCondensedLine>
</div>
<div v-if="$slots.caption" :class="$style.headerTextSub">
<MkCondensedLine :minScale="2 / 3"><slot name="caption"></slot></MkCondensedLine>
</div>
</div>
<span :class="$style.suffix">
<span :class="$style.suffixText"><slot name="suffix"></slot></span>
@ -38,7 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<script lang="ts" setup>
const props = defineProps<{
defineProps<{
to?: string;
active?: boolean;
external?: boolean;
@ -100,11 +97,6 @@ const props = defineProps<{
padding-right: 12px;
}
.headerTextSub {
color: var(--fgTransparentWeak);
font-size: .85em;
}
.suffix {
margin-left: auto;
opacity: 0.7;