From 40842830a4108d2c7f3c10ca3c1dc9ff07d98dee Mon Sep 17 00:00:00 2001 From: pateljannat Date: Mon, 26 Jul 2021 11:14:32 +0530 Subject: [PATCH] fix: profile page social icons position --- community/public/css/style.css | 1 - community/www/profiles/profile.html | 52 +++++++++++++++-------------- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/community/public/css/style.css b/community/public/css/style.css index 397628c5..f2e88b9d 100644 --- a/community/public/css/style.css +++ b/community/public/css/style.css @@ -1192,7 +1192,6 @@ div.custom-checkbox>label>input:checked+img { } .social-icons { - float: right; margin: 16px; } diff --git a/community/www/profiles/profile.html b/community/www/profiles/profile.html index c6e448c7..e07428f3 100644 --- a/community/www/profiles/profile.html +++ b/community/www/profiles/profile.html @@ -20,34 +20,36 @@ {% macro ProfileBanner(member) %}
-
- {{ widgets.Avatar(member=member, avatar_class="avatar-xl") }} -
{{ member.full_name }}
- {% if member.get_authored_courses() | length %} -
Creator
- {% endif %} -
+
+ {{ widgets.Avatar(member=member, avatar_class="avatar-xl") }} +
{{ member.full_name }}
+ {% if member.get_authored_courses() | length %} +
Creator
+ {% endif %} +
- {% if member.profession %} - {{ member.profession }} - {% endif %} -