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>
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 %}
MD5 hash (mail): {{ mail_hash }}<br/>
SHA256 hash (mail): {{ mail_hash256 }}<br/>
@@ -31,6 +32,7 @@
{% if openid_hash %}
SHA256 hash (OpenID): {{ openid_hash }}<br/>
{% endif %}
</div>
</p>
<ul class="horizontal-list avatar-list centered" style="font-size:smaller;">