diff --git a/public/assets/css/network/public.css b/public/assets/css/network/public.css index b833d1492a..111f107c0f 100644 --- a/public/assets/css/network/public.css +++ b/public/assets/css/network/public.css @@ -411,3 +411,15 @@ cursor: pointer; 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; +} \ No newline at end of file diff --git a/public/assets/css/network/public_mid.css b/public/assets/css/network/public_mid.css index 846104ae6b..302fd57401 100644 --- a/public/assets/css/network/public_mid.css +++ b/public/assets/css/network/public_mid.css @@ -410,3 +410,15 @@ cursor: pointer; 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; +} \ No newline at end of file diff --git a/public/assets/css/network/public_small.css b/public/assets/css/network/public_small.css index 88d9fdcfc8..37fe33a143 100644 --- a/public/assets/css/network/public_small.css +++ b/public/assets/css/network/public_small.css @@ -409,3 +409,15 @@ cursor: pointer; 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; +} \ No newline at end of file diff --git a/templates/network/actors.html.twig b/templates/network/actors.html.twig index b670e8afbb..4c843b3add 100644 --- a/templates/network/actors.html.twig +++ b/templates/network/actors.html.twig @@ -4,7 +4,7 @@ {{ parent() }} {% endblock %} -{% block title %}Welcome!{% endblock %} +{% block title %}Actors{% endblock %} {% block stylesheets %} {{ parent() }} diff --git a/templates/note/actor.html.twig b/templates/note/actor.html.twig index 50930205ae..e6c4661545 100644 --- a/templates/note/actor.html.twig +++ b/templates/note/actor.html.twig @@ -18,7 +18,7 @@ {% set actor_bio = actor.getBio() %} -
+
{% if actor_bio %}

{{ actor_bio }}

{% else %}