From 20e3a8a05387c86f9993529c0ffc39d788c36c00 Mon Sep 17 00:00:00 2001 From: fatchan Date: Sat, 20 Apr 2019 19:46:27 +0000 Subject: [PATCH] fix invisible sage icon, fix heights --- views/mixins/post.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/mixins/post.pug b/views/mixins/post.pug index 8337b882..7296a149 100644 --- a/views/mixins/post.pug +++ b/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