review homepage

This commit is contained in:
afornerot 2025-03-22 12:20:09 +01:00
parent fd472ca39e
commit f0ec919b6d
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@
</div> </div>
<div class="col-lg-8 text-center"> <div class="col-lg-8 text-center">
<img src="/{{ appAlias }}/uploads/logo/{{ app.session.get('logodark') }}"> <img src="/{{ appAlias }}/uploads/logo/{{ app.session.get('logodark') }}" style="width:200px; border-radius:100%">
{% if not app.session.get("appdescription") is empty %} {% if not app.session.get("appdescription") is empty %}
<div style="max-width:80%; text-align: justify; font-size:120%; margin:20px auto; padding:15px; background-color:var(--colorbgbodydarkdarker); border-radius:10px;"> <div style="max-width:80%; text-align: justify; font-size:120%; margin:20px auto; padding:15px; background-color:var(--colorbgbodydarkdarker); border-radius:10px;">
{{ app.session.get("appdescription")|raw}} {{ app.session.get("appdescription")|raw}}

View File

@ -12,7 +12,7 @@
<a class="herouseravatar" href="{{path("app_home_user",{userpseudo:user.slug})}}" style="width:200px"> <a class="herouseravatar" href="{{path("app_home_user",{userpseudo:user.slug})}}" style="width:200px">
<div style="padding: 0px 15px 0px 0px; text-align:center;"> <div style="padding: 0px 15px 0px 0px; text-align:center;">
<img src="/{{ appAlias }}/uploads/avatar/{{ user.avatar }}" class="mb-2" style="border-radius:100%"> <img src="/{{ appAlias }}/uploads/avatar/{{ user.avatar }}" class="mb-2" style="border-radius:100%; width:100px;">
<h2>{{user.pseudo}}</h2> <h2>{{user.pseudo}}</h2>
En voir plus En voir plus
</div> </div>