mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-24 13:34:05 +01:00
Update user.html
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
</p>
|
||||
<!-- POST MEDIA/THUMBNAIL -->
|
||||
{% if (prefs.layout.is_empty() || prefs.layout == "card") && post.post_type == "image" %}
|
||||
<a href="{{ post.media.url }}" style="display:contents" >
|
||||
<a href="{{ post.media.url }}" class="post_media_wrapper" >
|
||||
<svg class="post_media {% if post.media.height / post.media.width < 2 %}short{% endif %}"
|
||||
width="{{ post.media.width }}px"
|
||||
height="{{ post.media.height }}px"
|
||||
|
||||
Reference in New Issue
Block a user