mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-19 06:28:03 +00:00
Do not display checksums on small devices
This commit is contained in:
@@ -23,14 +23,16 @@
|
||||
<p>
|
||||
This is what the avatars will look like depending on the hash and protocol you use:<br/>
|
||||
|
||||
{% if mail_hash %}
|
||||
MD5 hash (mail): {{ mail_hash }}<br/>
|
||||
SHA256 hash (mail): {{ mail_hash256 }}<br/>
|
||||
{% endif %}
|
||||
<div class="d-none d-lg-block">
|
||||
{% if mail_hash %}
|
||||
MD5 hash (mail): {{ mail_hash }}<br/>
|
||||
SHA256 hash (mail): {{ mail_hash256 }}<br/>
|
||||
{% endif %}
|
||||
|
||||
{% if openid_hash %}
|
||||
SHA256 hash (OpenID): {{ openid_hash }}<br/>
|
||||
{% endif %}
|
||||
{% if openid_hash %}
|
||||
SHA256 hash (OpenID): {{ openid_hash }}<br/>
|
||||
{% endif %}
|
||||
</div>
|
||||
</p>
|
||||
|
||||
<ul class="horizontal-list avatar-list centered" style="font-size:smaller;">
|
||||
|
||||
Reference in New Issue
Block a user