Compare commits

..

No commits in common. "14b8993d1033152ef0f3c438e61d2f848bbaef13" and "f33981ef34a62ab26c34d1473fb77693f67b4655" have entirely different histories.

3 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,6 @@
:title="tag.poster.comment"
target="_blank"
rel="noopener noreferrer"
class="photo-link"
>
<img
:src="`/img/${tag.poster.thumbnail}`"
@ -27,7 +26,6 @@
:href="`/img/${photo.path}`"
target="_blank"
rel="noopener noreferrer"
class="photo-link"
>
<img
:src="`/img/${photo.thumbnail}`"
@ -62,16 +60,18 @@ export default {
&.compact {
display: none;
padding: 0 1rem 0 1rem;
padding: 0 1rem 1rem 1rem;
overflow-x: auto;
.photos-inner {
flex-shrink: 0;
max-width: 100%;
display: inline-flex;
}
.photo-link {
display: inline-block;
margin: 0 .5rem 0 0;
.poster,
.photo {
width: 100%;
margin: 0 1rem 0 0;
}
}
}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.91.2",
"version": "1.91.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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