style changes

merge-requests/208/head
fatchan 5 years ago
parent 6c610aabaa
commit 00c9b91dcb
  1. 9
      gulp/res/css/style.css
  2. 1
      views/pages/board.pug
  3. 1
      views/pages/thread.pug

@ -201,6 +201,10 @@ p {
font-weight: bold; font-weight: bold;
} }
#bottom {
margin-bottom: 10px;
}
.required { .required {
margin-left: 5px; margin-left: 5px;
} }
@ -223,6 +227,10 @@ a .post-name:hover, pre a, pre a:visited, a:hover {
align-items: flex-start; align-items: flex-start;
} }
.thread .anchor:first-child {
height: 0;
}
.table-row:nth-child(2n+1) { .table-row:nth-child(2n+1) {
background: #eef2ff; background: #eef2ff;
} }
@ -424,6 +432,7 @@ textarea {
.post-message { .post-message {
text-align: left; text-align: left;
overflow: hidden;
} }
.post-container, .ban { .post-container, .ban {

@ -32,5 +32,4 @@ block content
a(href=`/${board._id}/catalog.html`) [Catalog] a(href=`/${board._id}/catalog.html`) [Catalog]
| |
a(href=`/${board._id}/banners.html`) [Banners] a(href=`/${board._id}/banners.html`) [Banners]
br
include ../includes/actionfooter.pug include ../includes/actionfooter.pug

@ -41,5 +41,4 @@ block content
a(href=`/${board._id}/catalog.html`) [Catalog] a(href=`/${board._id}/catalog.html`) [Catalog]
| |
a(href=`/${board._id}/banners.html`) [Banners] a(href=`/${board._id}/banners.html`) [Banners]
br
include ../includes/actionfooter.pug include ../includes/actionfooter.pug

Loading…
Cancel
Save