Compare commits
No commits in common. "1ccb05613acdef24c34327f79f9f1ef0828b9359" and "2d92dfb8d1f2c948e2b7e37e3f7b1921ac93efaf" have entirely different histories.
1ccb05613a
...
2d92dfb8d1
|
|
@ -360,9 +360,13 @@ export default {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actor {
|
.actors {
|
||||||
width: 10rem;
|
display: flex;
|
||||||
margin: 0 1rem .5rem 0;
|
|
||||||
|
.actor {
|
||||||
|
width: 10rem;
|
||||||
|
margin: 0 1rem 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.47.5",
|
"version": "1.47.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.47.5",
|
"version": "1.47.4",
|
||||||
"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": {
|
||||||
|
|
|
||||||
|
|
@ -489,9 +489,13 @@
|
||||||
.duration-segment[data-v-d4b03dc2] {
|
.duration-segment[data-v-d4b03dc2] {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.actor[data-v-d4b03dc2] {
|
.actors[data-v-d4b03dc2] {
|
||||||
width: 10rem;
|
display: -webkit-box;
|
||||||
margin: 0 1rem .5rem 0;
|
display: flex;
|
||||||
|
}
|
||||||
|
.actors .actor[data-v-d4b03dc2] {
|
||||||
|
width: 10rem;
|
||||||
|
margin: 0 1rem 0 0;
|
||||||
}
|
}
|
||||||
.link[data-v-d4b03dc2] {
|
.link[data-v-d4b03dc2] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue