From 674d7fecb26f1af334b7d62b03e812d099554788 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Sun, 5 Feb 2017 11:32:15 -0500 Subject: [PATCH] make subject hidden when none --- contrib/static/site.css | 4 +++- contrib/templates/default/post.mustache | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index dc6ad0a..fc6a53e 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -676,4 +676,6 @@ th > label { .thread { display: flex; flex-direction: column; -} \ No newline at end of file +} + +[data-subject~="None"] { display: none; } \ No newline at end of file diff --git a/contrib/templates/default/post.mustache b/contrib/templates/default/post.mustache index d5e3b59..804637c 100644 --- a/contrib/templates/default/post.mustache +++ b/contrib/templates/default/post.mustache @@ -31,7 +31,7 @@ {{/post.IsClearnet}} - {{post.Subject}} + {{post.Subject}} {{post.Name}}{{{post.Pubkey}}}