From 0858a283cbcba907f8bbb021043a431e7578fb89 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Wed, 24 Apr 2024 16:47:51 +0200 Subject: [PATCH] update post form --- src/components/post-form/post-form.module.css | 8 ++++++-- src/components/post-form/post-form.tsx | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/post-form/post-form.module.css b/src/components/post-form/post-form.module.css index 689e3195..d562f32e 100644 --- a/src/components/post-form/post-form.module.css +++ b/src/components/post-form/post-form.module.css @@ -1,6 +1,4 @@ .postFormTable { - font-size: var(--post-form-toggle-font-size); - font-weight: var(--post-form-toggle-font-weight); width: auto; text-align: left; margin-left: auto; @@ -9,6 +7,12 @@ border-spacing: 1px; } +.postFormDesktop { + font-size: var(--post-form-toggle-font-size); + font-weight: var(--post-form-toggle-font-weight); + text-align: center; +} + .postFormMobile { text-align: center; padding-top: 9px; diff --git a/src/components/post-form/post-form.tsx b/src/components/post-form/post-form.tsx index 8bce92d0..e34fa065 100644 --- a/src/components/post-form/post-form.tsx +++ b/src/components/post-form/post-form.tsx @@ -36,7 +36,9 @@ const PostFormTable = () => { Comment -