Compare commits

..

No commits in common. "a208c922f75f51f631cd47efd7013092639df89c" and "cfa1ed7a615ce4508a401d0850dd1c9085cbcc8a" have entirely different histories.

8 changed files with 8 additions and 35 deletions

View File

@ -827,10 +827,6 @@ export default {
.expand {
display: block;
}
.actor-stash {
margin: 0 .5rem 0 0;
}
}
@media(max-width: $breakpoint0) {

View File

@ -232,9 +232,9 @@ export default {
align-items: center;
justify-content: center;
object-fit: cover;
object-position: center 0;
object-position: 50% 0;
background-size: cover;
background-position: center 0;
background-position: center;
}
.avatar-fallback {

View File

@ -73,14 +73,8 @@ export default {
</script>
<style lang="scss" scoped>
@import 'breakpoints';
.stash-container {
flex-shrink: 0;
&.light .icon {
.stash-container.light .icon {
fill: var(--lighten);
}
}
.stash.icon {
@ -102,11 +96,4 @@ export default {
.stash-trigger {
display: inline-block;
}
@media(max-width: $breakpoint) {
.stash.icon {
width: 1.25rem;
height: 1.25rem;
}
}
</style>

View File

@ -173,7 +173,7 @@ export default {
.stash-name {
display: inline-block;
padding: .5rem;
padding: 0 .5rem;
margin: 0;
color: var(--shadow-strong);
white-space: nowrap;
@ -238,10 +238,6 @@ export default {
height: 100%;
flex-shrink: 0;
font-size: 0;
&:last-child {
padding: 0 .5rem 0 0;
}
}
</style>

View File

@ -48,9 +48,6 @@ function initStashesActions(store, _router) {
path
thumbnail
lazy
isS3
width
height
}
}
}

View File

@ -130,9 +130,6 @@ function initUiActions(_store, _router) {
path
thumbnail
lazy
isS3
width
height
comment
credit
}

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx",
"version": "1.190.3",
"version": "1.190.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.190.3",
"version": "1.190.2",
"license": "ISC",
"dependencies": {
"@casl/ability": "^5.2.2",

View File

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