Fixed actor boolean logic, addressing missing boob, tattoo and piercing info. Removed scroll background, fixed actor photo load event and padding.
This commit is contained in:
@@ -84,7 +84,7 @@ function mounted() {
|
||||
this.updateScroll();
|
||||
}
|
||||
|
||||
function beforeDestroy() {
|
||||
function beforeUnmount() {
|
||||
this.$refs.content.removeEventListener('scroll', this.updateScroll);
|
||||
|
||||
window.removeEventListener('resize', this.updateScroll);
|
||||
@@ -121,7 +121,7 @@ export default {
|
||||
},
|
||||
mounted,
|
||||
updated,
|
||||
beforeDestroy,
|
||||
beforeUnmount,
|
||||
methods: {
|
||||
scroll,
|
||||
loaded,
|
||||
@@ -133,15 +133,11 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
@import 'theme';
|
||||
|
||||
.scroll {
|
||||
background: var(--profile);
|
||||
.scroll.expanded {
|
||||
padding: 0;
|
||||
|
||||
&.expanded {
|
||||
padding: 0;
|
||||
|
||||
.scroll {
|
||||
display: none;
|
||||
}
|
||||
.scroll {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user