From fcff5be3c28c8879d02c90bed320c78003cad2e6 Mon Sep 17 00:00:00 2001 From: CaramelKat <32065563+caramelkat@users.noreply.github.com> Date: Sun, 27 Feb 2022 00:34:11 -0600 Subject: [PATCH] Fixed community icon url. Added community banners to web --- src/webfiles/web/community.ejs | 13 +++++++------ src/webfiles/web/css/juxt.css | 6 ++++++ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/webfiles/web/community.ejs b/src/webfiles/web/community.ejs index de9963b..5d4e448 100644 --- a/src/webfiles/web/community.ejs +++ b/src/webfiles/web/community.ejs @@ -17,13 +17,13 @@ <%if(user.profile_comment_visibility){%> <%}%> - + <%if(user.profile_comment_visibility){%><%}%> - + @@ -31,7 +31,7 @@ <%if(user.profile_comment_visibility){%><%}%> - + @@ -42,8 +42,9 @@
+
- +

<%= community.name %>

<%= community.description %>

@@ -71,7 +72,7 @@ <% }); %> <%}%>
- +
diff --git a/src/webfiles/web/css/juxt.css b/src/webfiles/web/css/juxt.css index 0efe1ab..7f0d850 100644 --- a/src/webfiles/web/css/juxt.css +++ b/src/webfiles/web/css/juxt.css @@ -351,6 +351,7 @@ iframe { padding: 1em; border-radius: 1em; width: 600px; + overflow: hidden; } .community-info { @@ -387,6 +388,11 @@ iframe { padding-left: 0.5em; } +.banner { + width: 110%; + margin: -1em; +} + @media screen and (max-width: 1350px) { .communities-wrapper { max-width: 600px;