mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-05 05:21:15 +01: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%;
|
|
}
|