From 757d554e7b736b467e43e161e4733f993e96566f Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sun, 21 Mar 2021 14:22:31 +0100 Subject: [PATCH] Fixed S3 missing from actor avatar queries. Improved stash button alignment. --- assets/components/actors/actor.vue | 4 ++++ assets/components/stashes/button.vue | 17 +++++++++++++++-- assets/js/stashes/actions.js | 3 +++ assets/js/ui/actions.js | 3 +++ 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/assets/components/actors/actor.vue b/assets/components/actors/actor.vue index 1a12d406..feb02ae2 100644 --- a/assets/components/actors/actor.vue +++ b/assets/components/actors/actor.vue @@ -827,6 +827,10 @@ export default { .expand { display: block; } + + .actor-stash { + margin: 0 .5rem 0 0; + } } @media(max-width: $breakpoint0) { diff --git a/assets/components/stashes/button.vue b/assets/components/stashes/button.vue index abe0f1ad..de1790e7 100644 --- a/assets/components/stashes/button.vue +++ b/assets/components/stashes/button.vue @@ -73,8 +73,14 @@ export default { diff --git a/assets/js/stashes/actions.js b/assets/js/stashes/actions.js index 290c58e5..6ea15513 100644 --- a/assets/js/stashes/actions.js +++ b/assets/js/stashes/actions.js @@ -48,6 +48,9 @@ function initStashesActions(store, _router) { path thumbnail lazy + isS3 + width + height } } } diff --git a/assets/js/ui/actions.js b/assets/js/ui/actions.js index 402ea015..87139bb5 100644 --- a/assets/js/ui/actions.js +++ b/assets/js/ui/actions.js @@ -130,6 +130,9 @@ function initUiActions(_store, _router) { path thumbnail lazy + isS3 + width + height comment credit }