Improved actor profile flow. Added images.

This commit is contained in:
2020-01-23 03:52:12 +01:00
parent c9b8a18db5
commit 9db0e97512
23 changed files with 104 additions and 54 deletions

View File

@@ -366,10 +366,16 @@
-o-object-position: 50% 0;
object-position: 50% 0;
}
.avatar-fallback[data-v-6989dc6f] {
max-height: 75%;
max-width: 80%;
opacity: .1;
}
.details[data-v-6989dc6f] {
background: rgba(0, 0, 0, 0.5);
color: #fff;
width: 100%;
height: 1.75rem;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
@@ -1026,55 +1032,63 @@
background: #222;
color: rgba(255, 255, 255, 0.9);
width: 100%;
height: 18rem;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
flex-shrink: 0;
padding: 1rem 0 0 0;
}
.profile .avatar-link[data-v-ea0483c2] {
font-size: 0;
padding: 1rem 0 1rem 1rem;
padding: 0 0 1rem 1rem;
}
.profile .avatar[data-v-ea0483c2] {
height: 15rem;
width: 12rem;
height: 100%;
flex-shrink: 0;
margin: 0 1rem 0 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 0;
object-position: 50% 0;
margin: 0 .5rem 0 0;
}
.bio[data-v-ea0483c2] {
-webkit-box-flex: 1;
flex-grow: 1;
min-width: 20rem;
height: 100%;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
flex-shrink: 0;
flex-wrap: wrap;
box-sizing: border-box;
padding: 1rem;
margin: 0 2rem 0 0;
overflow: hidden;
}
.bio-header[data-v-ea0483c2] {
width: calc(50% - 2rem);
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
margin: 0 0 1rem 0;
padding: 0 .5rem .5rem 0;
margin: 0 0 0 1rem;
}
.bio-item[data-v-ea0483c2] {
width: calc(50% - 2rem);
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
padding: 0 0 .25rem 0;
margin: 0 0 .25rem 0;
box-sizing: border-box;
padding: .25rem 0;
margin: 0 0 .25rem 1rem;
line-height: 1.75;
text-align: right;
font-size: .9rem;
font-weight: 600;
overflow: hidden;
}
.bio-item[data-v-ea0483c2]:not(:last-of-type) {
border-bottom: solid 1px rgba(255, 255, 255, 0.075);
@@ -1148,19 +1162,18 @@
}
.scraped[data-v-ea0483c2] {
color: rgba(255, 255, 255, 0.2);
margin: 1rem 0 0 0;
font-size: .8rem;
}
.extra[data-v-ea0483c2] {
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 40rem;
}
.description[data-v-ea0483c2] {
max-height: 12rem;
position: relative;
display: block;
box-sizing: border-box;
padding: 1rem 0 0 0;
margin: 0 2rem 0 0;
line-height: 1.5;
text-overflow: ellipsis;
@@ -1309,8 +1322,7 @@
}
.photos.compact .poster[data-v-9d950ba8],
.photos.compact .photo[data-v-9d950ba8] {
height: 10rem;
width: auto;
width: 100%;
margin: 0 1rem 0 0;
}
.poster[data-v-9d950ba8],