mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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;
|
|
}
|