diff --git a/static/style.css b/static/style.css index 03acd6b..0aae3e8 100644 --- a/static/style.css +++ b/static/style.css @@ -1391,6 +1391,11 @@ summary.comment_data { font-size: 14px; margin-top: 10px; opacity: 0.75; + background: var(--post); + border-radius: 5px; + padding: 10px 5px 10px 10px; + margin-top: 10px; + margin-bottom: 20px; } #settings_note a { diff --git a/templates/settings.html b/templates/settings.html index 7b841af..730c04d 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -132,6 +132,10 @@ +
+

Note: settings and subscriptions are saved in browser cookies. Clearing your cookies will reset them.


+

You can restore your current settings and subscriptions after clearing your cookies using this link.

+
{% if prefs.subscriptions.len() > 0 %}
Subscribed Feeds @@ -162,11 +166,6 @@ {% endfor %}
{% endif %} - -
-

Note: settings and subscriptions are saved in browser cookies. Clearing your cookies will reset them.


-

You can restore your current settings and subscriptions after clearing your cookies using this link.

-
{% endblock %}