Drastic actor page redesign. Storing one avatar per actor, other profile photos as 'photo' role; no longer assuming first photo is avatar.

This commit is contained in:
2019-11-28 05:36:22 +01:00
parent 884ef248e4
commit 4be508b388
300 changed files with 1110 additions and 213 deletions

View File

@@ -70,6 +70,7 @@
class="row link"
>
<h3
v-tooltip.top="release.title"
:title="release.title"
class="title"
>{{ release.title }}</h3>
@@ -212,12 +213,12 @@ export default {
.title {
color: $text;
margin: 0;
margin: 0 .25rem .25rem 0;
font-size: 1rem;
word-wrap: break-word;
overflow: hidden;
max-height: 3rem;
line-height: 1.5rem;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.network {
@@ -234,9 +235,9 @@ export default {
}
.tags {
max-height: 2.85rem;
max-height: 2.5rem;
padding: .25rem .5rem 1rem .5rem;
line-height: 1.25rem;
line-height: 1.5rem;
word-wrap: break-word;
overflow-y: hidden;
}
@@ -269,10 +270,11 @@ export default {
color: $shadow;
display: inline-block;
padding: .25rem;
box-shadow: 0 0 2px $shadow-weak;
font-size: .75rem;
font-weight: bold;
text-decoration: none;
line-height: 1;
border: solid 1px $shadow-hint;
&:hover {
color: $primary;