mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 12:37:22 +01:00
Add css style
Signed-off-by: RMidhunSuresh <hi@midhun.dev>
This commit is contained in:
parent
16bec0a656
commit
3a6e74ae1c
@ -536,7 +536,7 @@ a {
|
|||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MessageComposer_input > input {
|
.MessageComposer_input > textarea {
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
@ -544,6 +544,10 @@ a {
|
|||||||
height: 48px;
|
height: 48px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: "Inter", sans-serif;
|
font-family: "Inter", sans-serif;
|
||||||
|
resize: none;
|
||||||
|
flex: 1;
|
||||||
|
padding: 14px;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MessageComposer_input > button.send {
|
.MessageComposer_input > button.send {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user