Compare commits

..

No commits in common. "2bd02a80a6dbe236ed47b257ac18956175da429a" and "b856f81148a8feee812da5530206ea2ea1c643ca" have entirely different histories.

4 changed files with 6 additions and 18 deletions

View File

@ -267,15 +267,14 @@ export default {
}
.info {
padding: 1rem 0;
padding: 1rem;
border-left: solid 1px var(--shadow-hint);
border-right: solid 1px var(--shadow-hint);
flex-grow: 1;
}
.row {
padding: 0 1rem;
margin: 0 0 1rem 0;
margin: 0 0 1.5rem 0;
&.associations {
align-items: start;
@ -393,10 +392,6 @@ export default {
text-overflow: ellipsis;
}
.releases {
margin: 0 0 .5rem 0;
}
.flag {
height: 1rem;
margin: 0 0 -.15rem .1rem;
@ -420,12 +415,6 @@ export default {
display: none;
}
@media(max-width: $breakpoint-kilo) {
.releases {
padding: .5rem;
}
}
@media(max-width: $breakpoint) {
.hideable {
display: none;

View File

@ -134,7 +134,6 @@ function initReleasesActions(store, router) {
slug
url
date
createdBatchId
actors {
id
name

2
package-lock.json generated
View File

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

View File

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