Compare commits
2 Commits
1f9963075c
...
6a9d725633
Author | SHA1 | Date |
---|---|---|
|
6a9d725633 | |
|
63ecd3b568 |
|
@ -34,13 +34,11 @@
|
||||||
|
|
||||||
<Logo :photo="item" />
|
<Logo :photo="item" />
|
||||||
|
|
||||||
<span
|
<router-link
|
||||||
v-if="comments && item.title && item.entity"
|
v-if="comments && item.title && item.entity"
|
||||||
class="item-comment"
|
|
||||||
>{{ item.title }} for <router-link
|
|
||||||
:to="`/${item.entity.type}/${item.entity.slug}`"
|
:to="`/${item.entity.type}/${item.entity.slug}`"
|
||||||
class="link"
|
class="item-comment"
|
||||||
>{{ item.entity.name }}</router-link></span>
|
>{{ item.title }} for {{ item.entity.name }}</router-link>
|
||||||
|
|
||||||
<span
|
<span
|
||||||
v-else-if="comments && item.title"
|
v-else-if="comments && item.title"
|
||||||
|
@ -176,7 +174,7 @@ export default {
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.album-logo {
|
::v-deep(.album-logo) {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -198,14 +196,11 @@ export default {
|
||||||
background: var(--darken);
|
background: var(--darken);
|
||||||
font-size: .9rem;
|
font-size: .9rem;
|
||||||
text-shadow: 0 0 3px var(--darken);
|
text-shadow: 0 0 3px var(--darken);
|
||||||
|
text-decoration: none;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
transform: translateY(100%);
|
transform: translateY(100%);
|
||||||
transition: transform .25s ease;
|
transition: transform .25s ease;
|
||||||
|
|
||||||
.link {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: $breakpoint-giga) {
|
@media(max-width: $breakpoint-giga) {
|
||||||
|
|
|
@ -19,13 +19,11 @@
|
||||||
|
|
||||||
<Logo :photo="photo" />
|
<Logo :photo="photo" />
|
||||||
|
|
||||||
<span
|
<router-link
|
||||||
v-if="photo.comment && photo.entity"
|
v-if="photo.comment && photo.entity"
|
||||||
class="photo-comment"
|
|
||||||
>{{ photo.comment }} for <router-link
|
|
||||||
:to="`/${photo.entity.type}/${photo.entity.slug}`"
|
:to="`/${photo.entity.type}/${photo.entity.slug}`"
|
||||||
class="link"
|
class="photo-comment"
|
||||||
>{{ photo.entity.name }}</router-link></span>
|
>{{ photo.comment }} for {{ photo.entity.name }}</router-link>
|
||||||
|
|
||||||
<span
|
<span
|
||||||
v-else-if="photo.comment"
|
v-else-if="photo.comment"
|
||||||
|
@ -143,13 +141,10 @@ export default {
|
||||||
background: var(--shadow);
|
background: var(--shadow);
|
||||||
font-size: .9rem;
|
font-size: .9rem;
|
||||||
text-shadow: 0 0 3px var(--shadow);
|
text-shadow: 0 0 3px var(--shadow);
|
||||||
|
text-decoration: none;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
transform: translateY(100%);
|
transform: translateY(100%);
|
||||||
transition: transform .25s ease;
|
transition: transform .25s ease;
|
||||||
|
|
||||||
.link {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",
|
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.182.0",
|
"version": "1.182.1",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"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 |
Loading…
Reference in New Issue