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 {
box-shadow: 0 0 3px black;
min-width: 64px;
min-height: 64px;
width: 64px;
height: 64px;
object-fit: cover;
}

@ -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

@ -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]

Loading…
Cancel
Save