Compare commits

...

2 Commits

Author SHA1 Message Date
ThePendulum 1ccb05613a 1.47.5 2020-01-09 02:06:19 +01:00
ThePendulum 7473fa123a Fixed actor overflow on releases. 2020-01-09 02:06:17 +01:00
4 changed files with 8 additions and 16 deletions

View File

@ -360,13 +360,9 @@ export default {
font-size: 1rem;
}
.actors {
display: flex;
.actor {
.actor {
width: 10rem;
margin: 0 1rem 0 0;
}
margin: 0 1rem .5rem 0;
}
.link {

2
package-lock.json generated
View File

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

View File

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

View File

@ -489,13 +489,9 @@
.duration-segment[data-v-d4b03dc2] {
font-size: 1rem;
}
.actors[data-v-d4b03dc2] {
display: -webkit-box;
display: flex;
}
.actors .actor[data-v-d4b03dc2] {
.actor[data-v-d4b03dc2] {
width: 10rem;
margin: 0 1rem 0 0;
margin: 0 1rem .5rem 0;
}
.link[data-v-d4b03dc2] {
display: inline-block;