Do not display checksums on small devices

This commit is contained in:
Oliver Falk
2018-07-09 15:48:53 +02:00
parent c794378fe0
commit 41fa61adaa

View File

@@ -23,14 +23,16 @@
<p> <p>
This is what the avatars will look like depending on the hash and protocol you use:<br/> This is what the avatars will look like depending on the hash and protocol you use:<br/>
{% if mail_hash %} <div class="d-none d-lg-block">
MD5 hash (mail): {{ mail_hash }}<br/> {% if mail_hash %}
SHA256 hash (mail): {{ mail_hash256 }}<br/> MD5 hash (mail): {{ mail_hash }}<br/>
{% endif %} SHA256 hash (mail): {{ mail_hash256 }}<br/>
{% endif %}
{% if openid_hash %} {% if openid_hash %}
SHA256 hash (OpenID): {{ openid_hash }}<br/> SHA256 hash (OpenID): {{ openid_hash }}<br/>
{% endif %} {% endif %}
</div>
</p> </p>
<ul class="horizontal-list avatar-list centered" style="font-size:smaller;"> <ul class="horizontal-list avatar-list centered" style="font-size:smaller;">