{{.Text}}
+diff --git a/static/styles/post.css b/static/styles/post.css index 7760cfd..25e8d6f 100644 --- a/static/styles/post.css +++ b/static/styles/post.css @@ -1,17 +1,24 @@ .post-container { border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; - display: flex; +} + +.post-info-container { + margin-bottom: 10px; + color: #6c757d; } .files-container { display: flex; + margin-bottom: 10px; } .file-container { max-width: 5rem; + padding: 2px; } .file { width: 100%; + border-radius: 5px; } diff --git a/templates/components/post.html b/templates/components/post.html index 48ba82c..97c386e 100644 --- a/templates/components/post.html +++ b/templates/components/post.html @@ -1,20 +1,27 @@ {{ define "post" }}
{{.Text}}
+{{.Text}}
+