forked from rDrama/rDrama
1
0
Fork 0

add margin to bio

master
Aevann 2023-09-22 09:58:49 +03:00
parent 85cf331ae1
commit e1cf421133
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@
{% if FEATURES['USERS_PROFILE_BODYTEXT'] -%}
{% if u.bio_html and u.can_see_my_shit %}
<div class="text-muted text-break" id="profile-mobile--bio">{{u.bio_html | safe}}</div>
<div class="text-muted text-break mt-1" id="profile-mobile--bio">{{u.bio_html | safe}}</div>
{% endif %}
{% if u.friends_html and u.can_see_my_shit %}