From 0ef0511ecbb6ba5f23e8ea8ee783f7002a387778 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 5 Apr 2024 00:53:12 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AF=E3=83=A9=E3=82=B9=E5=90=8D=E3=82=92?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/components/post-form/post-form.module.css | 4 ++-- app/routes/components/post-form/post-form.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/routes/components/post-form/post-form.module.css b/app/routes/components/post-form/post-form.module.css index ff8bae2..3d02540 100644 --- a/app/routes/components/post-form/post-form.module.css +++ b/app/routes/components/post-form/post-form.module.css @@ -38,7 +38,7 @@ outline: none; } -.post-form-submission { +.post-form-control-area { display: flex; justify-content: space-between; width: 100%; @@ -73,7 +73,7 @@ font-size: 15px; } - .post-form-submission { + .post-form-control-area { position: fixed; bottom: 4px; left: 0; diff --git a/app/routes/components/post-form/post-form.tsx b/app/routes/components/post-form/post-form.tsx index e97f314..27528b6 100644 --- a/app/routes/components/post-form/post-form.tsx +++ b/app/routes/components/post-form/post-form.tsx @@ -25,7 +25,7 @@ export default function PostForm({

{snsUser.userName}