From e1cf421133af5a2f9112eb421c737f26fd5c7f09 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 22 Sep 2023 09:58:49 +0300 Subject: [PATCH] add margin to bio --- files/templates/userpage/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 773109d7b..79904a39d 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -394,7 +394,7 @@ {% if FEATURES['USERS_PROFILE_BODYTEXT'] -%} {% if u.bio_html and u.can_see_my_shit %} -
{{u.bio_html | safe}}
+
{{u.bio_html | safe}}
{% endif %} {% if u.friends_html and u.can_see_my_shit %}