From 00c9b91dcbe9984e4f6779d009ae0e172ec801f4 Mon Sep 17 00:00:00 2001 From: fatchan Date: Wed, 10 Jul 2019 21:05:31 +0000 Subject: [PATCH] style changes --- gulp/res/css/style.css | 9 +++++++++ views/pages/board.pug | 1 - views/pages/thread.pug | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index 1150d03c..c77472ef 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -201,6 +201,10 @@ p { font-weight: bold; } +#bottom { + margin-bottom: 10px; +} + .required { margin-left: 5px; } @@ -223,6 +227,10 @@ a .post-name:hover, pre a, pre a:visited, a:hover { align-items: flex-start; } +.thread .anchor:first-child { + height: 0; +} + .table-row:nth-child(2n+1) { background: #eef2ff; } @@ -424,6 +432,7 @@ textarea { .post-message { text-align: left; + overflow: hidden; } .post-container, .ban { diff --git a/views/pages/board.pug b/views/pages/board.pug index 8dc2417e..f8e4217b 100644 --- a/views/pages/board.pug +++ b/views/pages/board.pug @@ -32,5 +32,4 @@ block content a(href=`/${board._id}/catalog.html`) [Catalog] | a(href=`/${board._id}/banners.html`) [Banners] - br include ../includes/actionfooter.pug diff --git a/views/pages/thread.pug b/views/pages/thread.pug index f8b6b77a..8bf954e9 100644 --- a/views/pages/thread.pug +++ b/views/pages/thread.pug @@ -41,5 +41,4 @@ block content a(href=`/${board._id}/catalog.html`) [Catalog] | a(href=`/${board._id}/banners.html`) [Banners] - br include ../includes/actionfooter.pug