Allow people to see the full precompiled letter

Sometimes people print stuff under where we’re folding the letter. It’s
annoying to not be able to see it.

This commit adds a little detail where, once you’ve sent the letter
you can unfolds the corner to see what’s underneath.

It’s better that we do this for all letters for discoverability.
This commit is contained in:
Chris Hill-Scott
2019-02-07 15:59:31 +00:00
parent f87f89bfd2
commit 6824eeebf5
4 changed files with 53 additions and 1 deletions

View File

@@ -72,7 +72,9 @@
{% endif %}
{% endif %}
{{ template|string }}
<div class="{{ 'letter-sent' if template.template_type == 'letter' else '' }}">
{{ template|string }}
</div>
{% if template.template_type == 'letter' %}
<div class="js-stick-at-bottom-when-scrolling">