fix style

This commit is contained in:
SrGooglo 2023-03-15 19:22:39 +00:00
parent 556a538af6
commit 47d0ec5b5f

View File

@ -1,5 +1,5 @@
.commentCreator { .commentCreator {
display: inline-flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
@ -14,8 +14,6 @@
position: relative; position: relative;
height: 100%; height: 100%;
min-height: 4.5vh;
width: 100%; width: 100%;
padding: 5px 10px; padding: 5px 10px;
@ -25,6 +23,8 @@
box-shadow: none; box-shadow: none;
transition: height 150ms linear; transition: height 150ms linear;
border-radius: 8px 0 0 8px;
} }
.ant-btn { .ant-btn {
@ -35,9 +35,8 @@
justify-content: center; justify-content: center;
height: 100%; height: 100%;
min-height: 4.5vh;
border-radius: 0 10px 10px 0; border-radius: 0 8px 8px 0;
border: none; border: none;
box-shadow: none; box-shadow: none;