{post.name}
- {moment(post.postDate).fromNow()} +{post.name}
+@@ -77,11 +98,11 @@ {#if commentTree}
diff --git a/src/comp/page/post.svelte b/src/comp/page/post.svelte index 80f53e6..9e03550 100644 --- a/src/comp/page/post.svelte +++ b/src/comp/page/post.svelte @@ -35,17 +35,24 @@ gap: 16px } - .postHead { + .titleBar { display: flex; flex-flow: column nowrap; - gap: 8px; - align-items: center; + align-items: start; + justify-content: center; + flex: 1; & > .date { color: var(--white-dim); } } + .postHead { + display: flex; + flex-flow: row nowrap; + gap: 16px; + } + .commentsPart { display: flex; flex-flow: column nowrap; @@ -54,18 +61,32 @@ .commentsHead { width: 100%; - border-bottom: 2px solid var(--accent-dim); + border-bottom: 1px solid var(--accent-dim); margin-top: 32px; } + + .postInfo { + display: flex; + flex-flow: row nowrap; + gap: 12px; + align-items: start; + justify-content: space-between; + width: 100%; + }
@@ -77,11 +98,11 @@ {#if commentTree}
Comments
+