diff --git a/core/models/config.py b/core/models/config.py index 7dda07b..eb07313 100644 --- a/core/models/config.py +++ b/core/models/config.py @@ -213,6 +213,7 @@ class Config(models.Model): signup_allowed: bool = True signup_text: str = "" + signup_max_users: int = 0 content_warning_text: str = "Content Warning" post_length: int = 500 diff --git a/static/css/style.css b/static/css/style.css index 62b87c9..4077d3b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1538,15 +1538,15 @@ form .post { .pagination { display: flex; justify-content: center; + align-items: center; gap: 1em; } -.load-more { - margin: 10px 0; - text-align: center; +.pagination .count { + display: inline-block; + color: var(--color-text-dull); } - @media (max-width: 920px), (display-mode: standalone) { div.columns { diff --git a/templates/activities/tag.html b/templates/activities/tag.html index 1a2b5d7..2bb7406 100644 --- a/templates/activities/tag.html +++ b/templates/activities/tag.html @@ -12,11 +12,11 @@
There are no federation links yet.
{% endfor %} -There are no hashtags yet.
{% endfor %} -