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:
@@ -318,13 +318,14 @@
|
||||
<div class="actor-content">
|
||||
<Scroll
|
||||
v-if="actor.avatar || (actor.photos && actor.photos.length > 0)"
|
||||
v-slot="scroll"
|
||||
:expanded="photosExpanded"
|
||||
class="scroll-light"
|
||||
@expand="(state) => photosExpanded = state"
|
||||
>
|
||||
<Photos
|
||||
:actor="actor"
|
||||
:class="{ expanded: photosExpanded }"
|
||||
@load="scroll.loaded"
|
||||
/>
|
||||
</Scroll>
|
||||
|
||||
@@ -683,10 +684,6 @@ export default {
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
|
||||
.photos {
|
||||
background: var(--background-dim);
|
||||
}
|
||||
|
||||
.profile-social {
|
||||
display: none;
|
||||
}
|
||||
@@ -696,6 +693,7 @@ export default {
|
||||
}
|
||||
|
||||
.scroll {
|
||||
background: var(--background-dim);
|
||||
border-bottom: solid 1px var(--shadow-hint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user