unfuck catlogtile post checks, looks shit on mobile and in modview

merge-requests/208/head
fatchan 4 years ago
parent 1d3ed03289
commit e07ef681a0
  1. 8
      gulp/res/css/style.css
  2. 2
      views/mixins/catalogtile.pug

@ -241,7 +241,6 @@ object {
box-sizing: border-box;
flex-grow: 1;
max-width: 300px;
position: relative;
}
.catalog-tile:hover {
@ -633,13 +632,6 @@ details.actions div {
margin: -3px 1px;
}
.catalog-tile .post-check {
position: absolute;
top: 5px;
left: 5px;
margin: 0;
}
.post-files {
float: left;
margin: 0 .5em .5em .5em;

@ -2,7 +2,7 @@ mixin catalogtile(board, post, index)
.catalog-tile(data-board=post.board data-post-id=post.postId data-user-id=post.userId)
- const postURL = `/${board._id}/thread/${post.postId}.html#${post.postId}`
.post-info
input.post-check(type='checkbox', name='checkedposts' value=post.postId)
input.left.post-check(type='checkbox', name='checkedposts' value=post.postId)
if modview
a.left.ml-5.bold(href=`recent.html?postid=${post.postId}`) [+]
include ../includes/posticons.pug

Loading…
Cancel
Save