forked from mystiq/hydrogen-web
Add css style
Signed-off-by: RMidhunSuresh <hi@midhun.dev>
This commit is contained in:
parent
16bec0a656
commit
3a6e74ae1c
1 changed files with 5 additions and 1 deletions
|
@ -536,7 +536,7 @@ a {
|
|||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.MessageComposer_input > input {
|
||||
.MessageComposer_input > textarea {
|
||||
padding: 0 16px;
|
||||
border: none;
|
||||
border-radius: 24px;
|
||||
|
@ -544,6 +544,10 @@ a {
|
|||
height: 48px;
|
||||
font-size: 14px;
|
||||
font-family: "Inter", sans-serif;
|
||||
resize: none;
|
||||
flex: 1;
|
||||
padding: 14px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.MessageComposer_input > button.send {
|
||||
|
|
Loading…
Reference in a new issue