mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix style
This commit is contained in:
parent
556a538af6
commit
47d0ec5b5f
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user