[Directory] Changed the title of the template and add a css rule for actor-bio

This commit is contained in:
Angelo D. Moura 2020-11-29 23:28:30 +00:00 committed by Hugo Sales
parent 0c5941f515
commit 2d91f3d0b3
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
5 changed files with 38 additions and 2 deletions

View File

@ -411,3 +411,15 @@
cursor: pointer; cursor: pointer;
z-index: 0; z-index: 0;
} }
/*actors stream*/
.actor-bio{
order: 3;
word-break: break-word;
padding: var(--small-size);
border-radius: 0 0 var(--unit-size) var(--unit-size);
width: 70%;
display: flex;
flex-wrap: wrap;
justify-content: right;
}

View File

@ -410,3 +410,15 @@
cursor: pointer; cursor: pointer;
z-index: 0; z-index: 0;
} }
/*actors stream*/
.actor-bio{
order: 3;
word-break: break-word;
padding: var(--small-size);
border-radius: 0 0 var(--unit-size) var(--unit-size);
width: 70%;
display: flex;
flex-wrap: wrap;
justify-content: right;
}

View File

@ -409,3 +409,15 @@
cursor: pointer; cursor: pointer;
z-index: 0; z-index: 0;
} }
/*actors stream*/
.actor-bio{
order: 3;
word-break: break-word;
padding: var(--small-size);
border-radius: 0 0 var(--unit-size) var(--unit-size);
width: 70%;
display: flex;
flex-wrap: wrap;
justify-content: right;
}

View File

@ -4,7 +4,7 @@
{{ parent() }} {{ parent() }}
{% endblock %} {% endblock %}
{% block title %}Welcome!{% endblock %} {% block title %}Actors{% endblock %}
{% block stylesheets %} {% block stylesheets %}
{{ parent() }} {{ parent() }}

View File

@ -18,7 +18,7 @@
</div> </div>
</div> </div>
{% set actor_bio = actor.getBio() %} {% set actor_bio = actor.getBio() %}
<div class="actor-bio note-content"> <div class="actor-bio">
{% if actor_bio %} {% if actor_bio %}
<p>{{ actor_bio }}</p> <p>{{ actor_bio }}</p>
{% else %} {% else %}