Compare commits

..

No commits in common. "acb9d700e027e156656989c28dffc1f1a6f5b79b" and "dc76ee386ca9242a0e49ee0b4bb7ca53dae9b532" have entirely different histories.

5 changed files with 5 additions and 12 deletions

View File

@ -220,7 +220,7 @@
<div class="actor-content"> <div class="actor-content">
<div <div
v-if="actor.avatar || (actor.photos && actor.photos.length > 0)" v-if="actor.photos && actor.photos.length > 0"
class="photos-container" class="photos-container"
> >
<Photos :actor="actor" /> <Photos :actor="actor" />
@ -517,6 +517,7 @@ export default {
.photos-container { .photos-container {
border: none; border: none;
border-bottom: solid 1px $shadow-hint; border-bottom: solid 1px $shadow-hint;
padding: 1rem 1rem 1.5rem 1rem;
margin: 0 0 .5rem 0; margin: 0 0 .5rem 0;
} }

View File

@ -55,12 +55,6 @@ export default {
.avatar-link { .avatar-link {
display: none; display: none;
} }
&.compact {
.photo {
width: auto;
}
}
} }
.photo-link { .photo-link {

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.49.4", "version": "1.49.3",
"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": {

View File

@ -946,9 +946,6 @@
.photos .avatar-link[data-v-0a0430c7] { .photos .avatar-link[data-v-0a0430c7] {
display: none; display: none;
} }
.photos.compact .photo[data-v-0a0430c7] {
width: auto;
}
.photo[data-v-0a0430c7] { .photo[data-v-0a0430c7] {
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -1202,6 +1199,7 @@
.photos-container[data-v-ea0483c2] { .photos-container[data-v-ea0483c2] {
border: none; border: none;
border-bottom: solid 1px rgba(0, 0, 0, 0.1); border-bottom: solid 1px rgba(0, 0, 0, 0.1);
padding: 1rem 1rem 1.5rem 1rem;
margin: 0 0 .5rem 0; margin: 0 0 .5rem 0;
} }
.photos[data-v-ea0483c2] { .photos[data-v-ea0483c2] {