mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
13 lines
182 B
CSS
13 lines
182 B
CSS
.mx_MessageComposer {
|
|
position: absolute;
|
|
bottom: 5px;
|
|
right: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 36px;
|
|
}
|
|
|
|
.mx_MessageComposer textarea {
|
|
width: 100%;
|
|
}
|