style changes

merge-requests/208/head
fatchan 5 years ago
parent f23e4cd20e
commit f6e8565432
  1. 4
      gulp/res/css/style.css
  2. 2
      views/includes/postform.pug
  3. 2
      views/mixins/post.pug

@ -117,8 +117,8 @@ object {
.catalog-thumb { .catalog-thumb {
box-shadow: 0 0 3px black; box-shadow: 0 0 3px black;
min-width: 64px; width: 64px;
min-height: 64px; height: 64px;
object-fit: cover; object-fit: cover;
} }

@ -30,7 +30,7 @@ section.form-wrapper.flex-center
if board.settings.maxFiles !== 0 if board.settings.maxFiles !== 0
section.postform-row section.postform-row
.postform-label Files .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 label.postform-style.ph-5.ml-1
input#spoiler(type='checkbox', name='spoiler', value='true') input#spoiler(type='checkbox', name='spoiler', value='true')
| Spoiler | Spoiler

@ -37,7 +37,7 @@ mixin post(post, truncate, manage=false, globalmanage=false)
if post.userId if post.userId
span.user-id(style=`background: #${post.userId}`) #{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 if !post.thread
| |
span: a(href=`/${post.board}/thread/${post.thread || post.postId}.html#postform`) [Reply] span: a(href=`/${post.board}/thread/${post.thread || post.postId}.html#postform`) [Reply]

Loading…
Cancel
Save