Remove old way of indenting forks

This commit is contained in:
Jacob Karlsson 2020-03-22 22:06:07 +01:00
parent 66627be257
commit a84d469c7d
2 changed files with 2 additions and 5 deletions

View File

@ -522,6 +522,6 @@ hr {
}
.fork {
margin-left: var(--micro);
padding-left: var(--whole);
border-left: var(--nano) solid var(--violet);
}

View File

@ -389,8 +389,6 @@ const post = ({ msg, aside = false }) => {
const { name } = msg.value.meta.author;
const timeAgo = msg.value.meta.timestamp.received.since.replace("~", "");
const depth = lodash.get(msg, "value.meta.thread.depth", 0);
const markdownContent = markdown(
msg.value.content.text,
msg.value.content.mentions
@ -451,8 +449,7 @@ const post = ({ msg, aside = false }) => {
const fragment = section(
{
id: msg.key,
class: messageClasses.join(" "),
style: `margin-left: ${depth}rem;`
class: messageClasses.join(" ")
},
header(
span(