Place CR icon correctly on (scaled) image
Also, show "red dot" only if details not viewed already.
This commit is contained in:
parent
28865658d2
commit
c66602deb7
7 changed files with 74 additions and 37 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue