Compare commits

..

No commits in common. "34102fae4fcbd96367bd04690a1bb2ea0dafb77c" and "df9c45bd393380f6fc94b93c195ade0290946a94" have entirely different histories.

4 changed files with 3 additions and 12 deletions

View File

@ -103,6 +103,7 @@
<li <li
v-for="actor in release.actors" v-for="actor in release.actors"
:key="actor.id" :key="actor.id"
class="actor"
> >
<Actor :actor="actor" /> <Actor :actor="actor" />
</li> </li>
@ -364,11 +365,6 @@ export default {
font-size: 1rem; font-size: 1rem;
} }
.actors {
display: flex;
flex-wrap: wrap;
}
.actor { .actor {
width: 10rem; width: 10rem;
margin: 0 1rem .5rem 0; margin: 0 1rem .5rem 0;

2
package-lock.json generated
View File

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

View File

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

@ -493,11 +493,6 @@
.duration-segment[data-v-d4b03dc2] { .duration-segment[data-v-d4b03dc2] {
font-size: 1rem; font-size: 1rem;
} }
.actors[data-v-d4b03dc2] {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
}
.actor[data-v-d4b03dc2] { .actor[data-v-d4b03dc2] {
width: 10rem; width: 10rem;
margin: 0 1rem .5rem 0; margin: 0 1rem .5rem 0;