From f6e8565432e066d3c1a961c29fd3f2469c4da661 Mon Sep 17 00:00:00 2001 From: fatchan Date: Tue, 28 May 2019 12:33:50 +0000 Subject: [PATCH] style changes --- gulp/res/css/style.css | 4 ++-- views/includes/postform.pug | 2 +- views/mixins/post.pug | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index b4c2175a..95932319 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -117,8 +117,8 @@ object { .catalog-thumb { box-shadow: 0 0 3px black; - min-width: 64px; - min-height: 64px; + width: 64px; + height: 64px; object-fit: cover; } diff --git a/views/includes/postform.pug b/views/includes/postform.pug index 33d76092..496f2f28 100644 --- a/views/includes/postform.pug +++ b/views/includes/postform.pug @@ -30,7 +30,7 @@ section.form-wrapper.flex-center if board.settings.maxFiles !== 0 section.postform-row .postform-label Files - input#file(type='file', name='file' multiple='multiple') + input#file(type='file', name='file' multiple) label.postform-style.ph-5.ml-1 input#spoiler(type='checkbox', name='spoiler', value='true') | Spoiler diff --git a/views/mixins/post.pug b/views/mixins/post.pug index 4a6fb891..f4ab7a13 100644 --- a/views/mixins/post.pug +++ b/views/mixins/post.pug @@ -37,7 +37,7 @@ mixin post(post, truncate, manage=false, globalmanage=false) if post.userId span.user-id(style=`background: #${post.userId}`) #{post.userId} | - span No.#[a(href=postURL) #{post.postId}] + span: a(href=postURL) No.#{post.postId} if !post.thread | span: a(href=`/${post.board}/thread/${post.thread || post.postId}.html#postform`) [Reply]