Place CR icon correctly on (scaled) image

Also, show "red dot" only if details not viewed already.
This commit is contained in:
N-Pex 2025-11-03 09:16:48 +01:00
parent 28865658d2
commit c66602deb7
7 changed files with 74 additions and 37 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="cc-detail-info" v-if="infoText !== undefined" v-html="infoText" />
<div class="attachment-info__detail-box" v-if="!showFlagsOnly">
<div class="attachment-info__detail-box" v-if="!showFlagsOnly && details.length > 0">
<div class="detail-title">
{{ t("cc.details") }}
<v-icon v-if="hasC2PA">$vuetify.icons.ic_cr</v-icon>