fix invisible sage icon, fix heights

merge-requests/208/head
fatchan 5 years ago
parent 65989c85fc
commit 20e3a8a053
  1. 6
      views/mixins/post.pug

@ -23,11 +23,11 @@ mixin post(post, truncate, manage=false, globalmanage=false)
span: a(href=postURL) ##{post.postId}
if !post.thread
if post.sticky
object(data='/img/sticky.svg' width='16' height='16')
img(src='/img/sticky.svg' height='14')
if post.saged
object(data='/img/saged.svg' width='16' height='16')
img(src='/img/saged.svg' height='12')
if post.locked
object(data='/img/locked.svg' width='16' height='16')
img(src='/img/locked.svg' height='16')
.post-data
if post.files.length > 0
.post-files

Loading…
Cancel
Save