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,6 +23,7 @@
<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/>
<div class="d-none d-lg-block">
{% if mail_hash %} {% if mail_hash %}
MD5 hash (mail): {{ mail_hash }}<br/> MD5 hash (mail): {{ mail_hash }}<br/>
SHA256 hash (mail): {{ mail_hash256 }}<br/> SHA256 hash (mail): {{ mail_hash256 }}<br/>
@@ -31,6 +32,7 @@
{% 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;">