From 1d9f6b09f66ca10c59dd8fec5ffa6f9529916a5e Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 2 May 2018 17:50:33 -0400 Subject: [PATCH 1/5] fix --- contrib/templates/placebo/postform.mustache | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/templates/placebo/postform.mustache b/contrib/templates/placebo/postform.mustache index c615cfa..803223d 100644 --- a/contrib/templates/placebo/postform.mustache +++ b/contrib/templates/placebo/postform.mustache @@ -49,13 +49,14 @@ + {{#files}} + {{/files}}
- {{/files}} From 4c9c34cb9fbadc7e3c6769990d9b1a548156b1f3 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 2 May 2018 17:52:16 -0400 Subject: [PATCH 2/5] fix --- contrib/templates/placebo/postform.mustache | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/templates/placebo/postform.mustache b/contrib/templates/placebo/postform.mustache index 803223d..3c69d6a 100644 --- a/contrib/templates/placebo/postform.mustache +++ b/contrib/templates/placebo/postform.mustache @@ -43,7 +43,6 @@ {{/DisableCaptcha}} - {{#files}} {{#i18n.Translations}}{{file}}{{/i18n.Translations}} From eef7a0442bc19eb954d793fbf8403de61533bebe Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 2 May 2018 17:58:14 -0400 Subject: [PATCH 3/5] fix css --- contrib/static/krane.css | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/static/krane.css b/contrib/static/krane.css index 14d92c4..25340b3 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -342,7 +342,6 @@ .thread { margin-left: 5em; display: inline-block; - width: 100%; } footer { From 45dfa1c32cd5654115a98b888d5138c4dbba2145 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 2 May 2018 18:01:55 -0400 Subject: [PATCH 4/5] css fix --- contrib/static/krane.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/krane.css b/contrib/static/krane.css index 25340b3..a73fdb5 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -531,5 +531,5 @@ background-repeat: repeat; } .post { - max-width: 85%; + max-width: 90%; } From bae6e1186c565ecf4fe477edeba74278a9c7192d Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 2 May 2018 18:14:26 -0400 Subject: [PATCH 5/5] i fucking hate css god fucking damnit how does drybones do this shit? --- contrib/static/krane.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/static/krane.css b/contrib/static/krane.css index a73fdb5..e4ba2df 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -533,3 +533,8 @@ background-repeat: repeat; .post { max-width: 90%; } + +.messageroot { + border: solid #333 1px; + padding-left: 1em; +}