From 47d0ec5b5f39b85f5ec9c496cc5e83efc23af9e4 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Wed, 15 Mar 2023 19:22:39 +0000 Subject: [PATCH] fix style --- packages/app/src/components/CommentCreator/index.less | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/packages/app/src/components/CommentCreator/index.less b/packages/app/src/components/CommentCreator/index.less index 7fb00268..0c9a5a3f 100755 --- a/packages/app/src/components/CommentCreator/index.less +++ b/packages/app/src/components/CommentCreator/index.less @@ -1,5 +1,5 @@ .commentCreator { - display: inline-flex; + display: flex; flex-direction: row; align-items: center; @@ -14,8 +14,6 @@ position: relative; height: 100%; - min-height: 4.5vh; - width: 100%; padding: 5px 10px; @@ -25,6 +23,8 @@ box-shadow: none; transition: height 150ms linear; + + border-radius: 8px 0 0 8px; } .ant-btn { @@ -35,9 +35,8 @@ justify-content: center; height: 100%; - min-height: 4.5vh; - border-radius: 0 10px 10px 0; + border-radius: 0 8px 8px 0; border: none; box-shadow: none;