Added various tag photos.

This commit is contained in:
DebaucheryLibrarian
2021-03-07 05:11:27 +01:00
parent 3389dddd08
commit e67f029d53
22 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
<template>
<router-link
v-if="photo.entity"
v-tooltip="photo.entity.name"
:to="`/${photo.entity.type}/${photo.entity.slug}`"
>
<img

View File

@@ -134,7 +134,7 @@ export default {
transform: translateY(0);
}
.album-logo {
::v-deep(.album-logo) {
opacity: 0;
}
}