From d2c3d95b1eba84bafa23abdc0e43286c13babebd Mon Sep 17 00:00:00 2001 From: codl Date: Fri, 18 Sep 2020 00:17:00 +0200 Subject: [PATCH] copyedit on settings form. widened page --- assets/styles.css | 2 +- templates/logged_in.html | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/styles.css b/assets/styles.css index c622145..b9dfc1a 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -9,7 +9,7 @@ body { } body > section, body > header, body > footer { - max-width: 40rem; + max-width: 45rem; margin-left: auto; margin-right: auto; } diff --git a/templates/logged_in.html b/templates/logged_in.html index 8a3e948..b9cdc81 100644 --- a/templates/logged_in.html +++ b/templates/logged_in.html @@ -68,18 +68,18 @@ {{interval_input(g.viewer.account, 'policy_keep_younger', scales)}} old and are not one of your - most recent posts will expire + most recent posts will be considered for deletion

-

Keep +

…unless you - + - + @@ -88,16 +88,16 @@

-

Keep +

…or unless they - + - + @@ -106,7 +106,7 @@

{% if g.viewer.account.service == 'mastodon' %} -

Keep direct messages +

Keep direct messages: @@ -122,7 +122,7 @@ {% endif %}

Every {{interval_input(g.viewer.account, 'policy_delete_every', scales)}}, - one expired post will be picked at random and deleted. + one post matching these rules will be picked at random and deleted.