Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 6a9d725633 1.182.1 2021-03-07 20:14:08 +01:00
DebaucheryLibrarian 63ecd3b568 Fixed logo hiding in tag album. Full comment bar links to channel. 2021-03-07 20:14:02 +01:00
7 changed files with 12 additions and 22 deletions

View File

@ -34,13 +34,11 @@
<Logo :photo="item" />
<span
<router-link
v-if="comments && item.title && item.entity"
class="item-comment"
>{{ item.title }} for <router-link
:to="`/${item.entity.type}/${item.entity.slug}`"
class="link"
>{{ item.entity.name }}</router-link></span>
class="item-comment"
>{{ item.title }} for {{ item.entity.name }}</router-link>
<span
v-else-if="comments && item.title"
@ -176,7 +174,7 @@ export default {
transform: translateY(0);
}
.album-logo {
::v-deep(.album-logo) {
opacity: 0;
}
}
@ -198,14 +196,11 @@ export default {
background: var(--darken);
font-size: .9rem;
text-shadow: 0 0 3px var(--darken);
text-decoration: none;
white-space: normal;
line-height: 1.25;
transform: translateY(100%);
transition: transform .25s ease;
.link {
color: inherit;
}
}
@media(max-width: $breakpoint-giga) {

View File

@ -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>

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx",
"version": "1.182.0",
"version": "1.182.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.182.0",
"version": "1.182.1",
"license": "ISC",
"dependencies": {
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.182.0",
"version": "1.182.1",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 970 KiB

After

Width:  |  Height:  |  Size: 994 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 29 KiB