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

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.91.2", "version": "1.91.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": {