forked from DebaucheryLibrarian/traxxx
Fixed logo hiding in tag album. Full comment bar links to channel.
This commit is contained in:
@@ -19,13 +19,11 @@
|
||||
|
||||
<Logo :photo="photo" />
|
||||
|
||||
<span
|
||||
<router-link
|
||||
v-if="photo.comment && photo.entity"
|
||||
class="photo-comment"
|
||||
>{{ photo.comment }} for <router-link
|
||||
:to="`/${photo.entity.type}/${photo.entity.slug}`"
|
||||
class="link"
|
||||
>{{ photo.entity.name }}</router-link></span>
|
||||
class="photo-comment"
|
||||
>{{ photo.comment }} for {{ photo.entity.name }}</router-link>
|
||||
|
||||
<span
|
||||
v-else-if="photo.comment"
|
||||
@@ -143,13 +141,10 @@ export default {
|
||||
background: var(--shadow);
|
||||
font-size: .9rem;
|
||||
text-shadow: 0 0 3px var(--shadow);
|
||||
text-decoration: none;
|
||||
white-space: normal;
|
||||
line-height: 1.25;
|
||||
transform: translateY(100%);
|
||||
transition: transform .25s ease;
|
||||
|
||||
.link {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user