forked from DebaucheryLibrarian/traxxx
Fixed dark Private logos.
This commit is contained in:
@@ -328,6 +328,8 @@
|
||||
v-if="actor.avatar || (actor.photos && actor.photos.length > 0)"
|
||||
v-slot="scroll"
|
||||
:expandable="false"
|
||||
:album="true"
|
||||
:items="actor.photos"
|
||||
@album="showAlbum = true"
|
||||
>
|
||||
<Photos
|
||||
|
||||
@@ -50,6 +50,12 @@
|
||||
class="expand-dark"
|
||||
@expand="(state) => $emit('expand', state)"
|
||||
/>
|
||||
|
||||
<button
|
||||
v-if="album && items && items.length > 0 && scrollable"
|
||||
class="album-toggle"
|
||||
@click="showAlbum = true"
|
||||
><Icon icon="grid3" />View album</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -111,6 +117,10 @@ export default {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
album: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
items: {
|
||||
type: Array,
|
||||
default: null,
|
||||
|
||||
Reference in New Issue
Block a user