style(post mobile): improve buttons positioning, add Update and Auto buttons for clarity

This commit is contained in:
Tom (plebeius.eth)
2024-09-08 10:41:08 +02:00
parent 72f0c79922
commit cb97b67cde
5 changed files with 80 additions and 3 deletions
-1
View File
@@ -449,7 +449,6 @@ const PostForm = () => {
{showForm ? t('close_post_form') : isInPostView ? t('post_a_reply') : t('start_new_thread')}
</button>
{showForm && <PostFormTable closeForm={() => setShowForm(false)} postCid={postCid} />}
<hr />
</>
)}
</div>