add icon for annotations

This commit is contained in:
Scott Bell 2023-04-25 12:00:25 +02:00
parent 7a808622ae
commit a381673f21
2 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,8 @@
fetchpriority="low"
@load="imageLoadCompleted"
>
<i class="c-thumb__annotation-indicator icon-status-poll-edit">
</i>
</a>
<div
v-if="viewableArea"

View File

@ -284,6 +284,13 @@
width: 100%;
}
&__annotation-indicator {
color: $colorClickIconButton;
position: absolute;
top: 6px;
right: 8px;
}
&__timestamp {
flex: 0 0 auto;
padding: 2px 3px;