aboutsummaryrefslogtreecommitdiff
path: root/templates/timeline.tmpl
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2019-12-19 16:19:44 +0000
committerr <r@freesoftwareextremist.com>2019-12-19 16:19:44 +0000
commit7c6097703cc357a133b34ed22d9d4da31d698860 (patch)
treeb707386fc29d84dd88d11ad2f4be5d8fead81e59 /templates/timeline.tmpl
parentebd6636167f2868ec6b8174ff2ead185ed4ab1e1 (diff)
downloadbloat-7c6097703cc357a133b34ed22d9d4da31d698860.tar.gz
bloat-7c6097703cc357a133b34ed22d9d4da31d698860.zip
Improve css for mobile devices
Diffstat (limited to 'templates/timeline.tmpl')
-rw-r--r--templates/timeline.tmpl11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl
index 53e3ad7..fe426de 100644
--- a/templates/timeline.tmpl
+++ b/templates/timeline.tmpl
@@ -4,11 +4,12 @@
<form class="timeline-post-form" action="/post" method="POST" enctype="multipart/form-data">
<label for="post-content"> New Post </label>
- <br/>
- <textarea id="post-content" name="content" class="post-content" cols="50" rows="5"></textarea>
- <br/>
- Attachments <input id="post-file-picker" type="file" name="attachments" multiple>
- <br/>
+ <div class="post-content-container">
+ <textarea id="post-content" name="content" class="post-content" cols="50" rows="5"></textarea>
+ </div>
+ <div class="post-attachment-div">
+ Attachments <input id="post-file-picker" type="file" name="attachments" multiple>
+ </div>
<button type="submit"> Post </button>
</form>