mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-17 19:57:03 +02: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%;
|
|
}
|