Added extended heart button to actor component, fixed movie stash query.

This commit is contained in:
DebaucheryLibrarian
2021-03-21 03:58:13 +01:00
parent 9ff70e5578
commit 7ac64c57ae
4 changed files with 31 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
<template>
<span>
<span class="stash-container">
<Tooltip class="stash-trigger">
<Icon
v-show="me"
@@ -73,10 +73,14 @@ export default {
</script>
<style lang="scss" scoped>
.stash-container.light .icon {
fill: var(--lighten);
}
.stash.icon {
width: 1.5rem;
height: 1.5rem;
padding: 0 .75rem;
padding: 0 .5rem;
fill: var(--shadow);
&.stashed {