mirror of
https://github.com/vector-im/element-web.git
synced 2026-01-10 19:11:30 +01:00
11 lines
164 B
CSS
11 lines
164 B
CSS
.mx_MessageComposer {
|
|
}
|
|
|
|
.mx_MessageComposer textarea {
|
|
position: absolute;
|
|
width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding: 0px;
|
|
}
|