correct references to removed _ghost class

This commit is contained in:
Hazelnoot 2025-04-01 15:22:04 -04:00
parent 3b9de1c4bb
commit 906bbb4baa
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkPagination ref="paginationEl" :pagination="pagination">
<template #empty>
<div class="_fullinfo">
<img :src="infoImageUrl" class="_ghost"/>
<img :src="infoImageUrl" draggable="false"/>
<div>{{ i18n.ts.nothing }}</div>
</div>
</template>