From: drumlinish <138327213+drumlinish@users.noreply.github.com> Date: Tue, 15 Aug 2023 01:21:40 +0000 (+0200) Subject: Moved title field to the top of post-form (#2039, #2059) (#2061) X-Git-Url: http://these/git/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=c8ab91bdd6c3ed5bb2e072cfa3f4ccd31de0c66e;p=lemmy-ui.git Moved title field to the top of post-form (#2039, #2059) (#2061) * Moved title field to the top of post-form * Remove whitespace * Trigger build * Trigger build --------- Co-authored-by: drumlin <> --- diff --git a/src/shared/components/post/post-form.tsx b/src/shared/components/post/post-form.tsx index 7b37926..301cf43 100644 --- a/src/shared/components/post/post-form.tsx +++ b/src/shared/components/post/post-form.tsx @@ -342,6 +342,32 @@ export class PostForm extends Component { ) && !this.state.submitted } /> +
+ +
+