mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: reduce visual distractions
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<div class='post-content post-type-<%= ctx.post.type %>'>
|
||||
<% if (['image', 'animation'].includes(ctx.post.type)) { %>
|
||||
|
||||
<img alt='<%= ctx.post.id %>' src='<%= ctx.post.contentUrl %>'/>
|
||||
<img alt='' src='<%= ctx.post.contentUrl %>'/>
|
||||
|
||||
<% } else if (ctx.post.type === 'flash') { %>
|
||||
|
||||
|
Reference in New Issue
Block a user