diff --git a/activities/views/posts.py b/activities/views/posts.py index bfac8eb..99539fa 100644 --- a/activities/views/posts.py +++ b/activities/views/posts.py @@ -58,6 +58,7 @@ class Individual(TemplateView): "link_original": True, "ancestors": ancestors, "descendants": descendants, + "public_styling": True, } ) diff --git a/requirements.txt b/requirements.txt index 2ad2603..7ad2dc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ django-hatchway~=0.5.1 django-htmx~=1.13.0 django-oauth-toolkit~=2.2.0 django-storages[google,boto3]~=1.13.1 -django~=4.1 +django~=4.1.0 email-validator~=1.3.0 gunicorn~=20.1.0 httpx~=0.23 diff --git a/static/css/style.css b/static/css/style.css index 407b8ff..fe761c8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -737,7 +737,7 @@ form.inline { div.follow { float: right; - margin: 20px 0 0 0; + margin: 30px 0 0 0; font-size: 16px; text-align: center; } @@ -1124,7 +1124,7 @@ section.identity .banner { object-fit: cover; display: block; width: calc(100% + 30px); - margin: -5px -15px 20px -15px; + margin: -5px -15px 0px -15px; border-radius: 5px 0 0 0; } @@ -1132,7 +1132,7 @@ section.identity .icon { width: 80px; height: 80px; float: left; - margin: 0 20px 15px 0; + margin: 15px 20px 15px 0; cursor: pointer; } @@ -1141,7 +1141,7 @@ section.identity .emoji { } section.identity h1 { - margin: 30px 0 0 0; + margin: 25px 0 0 0; } section.identity small { diff --git a/templates/admin/domain_edit.html b/templates/admin/domain_edit.html index fbaa46b..0c4f955 100644 --- a/templates/admin/domain_edit.html +++ b/templates/admin/domain_edit.html @@ -3,7 +3,7 @@ {% block subtitle %}{{ domain.domain }}{% endblock %} {% block settings_content %} -