diff --git a/static/post.css b/static/post.css new file mode 100644 index 0000000..df678d0 --- /dev/null +++ b/static/post.css @@ -0,0 +1,20 @@ +.post-container { + border: 1px solid rgba(0,0,0,.125); + border-radius: .25rem; + display: flex; +} + +.files-container { + display: flex; +} + +.file-container { + max-width: 5rem; +} + +.file { + width: 100%; +} + +.data-container { +} \ No newline at end of file diff --git a/templates/thread.html b/templates/thread.html index dd16646..85d4011 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -4,36 +4,50 @@
{{ template "static" }} {{ template "meta" $FirstPost }} + -{{$Post.Text}}