diff --git a/brutaldon/templates/about.html b/brutaldon/templates/about.html index 26c1224..0878b25 100644 --- a/brutaldon/templates/about.html +++ b/brutaldon/templates/about.html @@ -7,10 +7,9 @@ -

Brutaldon

-

a brutalist web interface for Mastodon

-
- +

Brutaldon

+

a brutalist web interface for Mastodon

+

Brutaldon is a client for Mastodon. You can use it to log in to any Mastodon instance from any browser, including text browsers such as lynx.

diff --git a/brutaldon/templates/accounts/account_partial.html b/brutaldon/templates/accounts/account_partial.html index 56d9a6c..2fa1d5d 100644 --- a/brutaldon/templates/accounts/account_partial.html +++ b/brutaldon/templates/accounts/account_partial.html @@ -1,18 +1,18 @@ -
-
-

+

+
+

{{ account.user.acct }}

-
+
{{ account.user.display_name }} ({{ account.user.username }})
-
+
{% csrf_token %} - - + +
diff --git a/brutaldon/templates/accounts/list.html b/brutaldon/templates/accounts/list.html index c3ac2e9..edbe94c 100644 --- a/brutaldon/templates/accounts/list.html +++ b/brutaldon/templates/accounts/list.html @@ -2,8 +2,8 @@ {% load widget_tweaks %} {% block content %} -
-

Signed-in accounts

+
+

Signed-in accounts

{% if not accounts %}

No accounts.

diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 81b2161..213bc22 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -15,17 +15,27 @@ {% endif %} {% endblock %} - {% if not preferences %} - - - - + {% if own_acct %} + + {% else %} + + {% endif %} + + + + + + + + + +{% if not preferences %} + {% else %} {% if not preferences.theme.is_brutalist %} - - - {% endif %} {% if not preferences.no_javascript %} @@ -52,21 +56,6 @@ {% endblock %} {% endif %} {% endif %} - {% if own_acct %} - - {% else %} - - {% endif %} - - - - - - - - @@ -76,29 +65,28 @@
{% block navbar %} -