This commit is contained in:
kakkokari-gtyih 2024-12-16 23:33:42 +09:00
parent b197379625
commit 5a854f194f

View file

@ -5,11 +5,11 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<div
v-panel
:class="[$style.root, {
[$style.sensitiveHighlight]: highlightWhenSensitive && file.isSensitive,
[$style.large]: large,
}]"
v-panel
>
<ImgWithBlurhash
v-if="isThumbnailAvailable"