forked from DebaucheryLibrarian/traxxx
Added basic release and actor API.
This commit is contained in:
@@ -210,7 +210,7 @@
|
||||
v-if="actor.hasTattoos"
|
||||
class="bio-item tattoos hideable"
|
||||
>
|
||||
<dfn class="bio-label"><Icon icon="flower" />Tattoos</dfn>
|
||||
<dfn class="bio-label"><Icon icon="lotus" />Tattoos</dfn>
|
||||
|
||||
<span
|
||||
v-if="actor.tattoos"
|
||||
@@ -285,6 +285,8 @@
|
||||
</div>
|
||||
|
||||
<div class="actor-content">
|
||||
<Releases :releases="actor.releases" />
|
||||
|
||||
<div
|
||||
v-if="actor.avatar || (actor.photos && actor.photos.length > 0)"
|
||||
class="photos-container"
|
||||
@@ -297,8 +299,6 @@
|
||||
class="compact"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<Releases :releases="actor.releases" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -595,15 +595,16 @@ export default {
|
||||
|
||||
.description {
|
||||
margin: 0;
|
||||
padding: 0 2rem 0 0;
|
||||
padding: 0 1rem;
|
||||
border-left: solid 3px var(--lighten-hint);
|
||||
line-height: 1.5;
|
||||
font-size: .9rem;
|
||||
}
|
||||
|
||||
.description-logo {
|
||||
display: block;
|
||||
width: 15rem;
|
||||
max-height: 2rem;
|
||||
width: 12rem;
|
||||
max-height: 1.5rem;
|
||||
margin: .5rem 0 1.5rem 0;
|
||||
object-fit: contain;
|
||||
object-position: 0 50%;
|
||||
@@ -623,9 +624,9 @@ export default {
|
||||
.photos-container {
|
||||
min-width: 15rem;
|
||||
box-sizing: border-box;
|
||||
border-right: solid 1px $shadow-hint;
|
||||
padding: 1rem 1.5rem 1rem 1rem;
|
||||
margin: 0 .5rem 0 0;
|
||||
border-left: solid 1px $shadow-hint;
|
||||
padding: 1rem 1rem 1rem 1.5rem;
|
||||
margin: 0 0 0 .5rem;
|
||||
}
|
||||
|
||||
.photos.compact {
|
||||
|
||||
Reference in New Issue
Block a user