Add not-working-yet text box, plus a bit more css
This commit is contained in:
parent
56415b40e9
commit
a0c5fb4a8b
3 changed files with 31 additions and 0 deletions
12
css/molecules/MessageComposer.css
Normal file
12
css/molecules/MessageComposer.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
.mx_MessageComposer {
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
right: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
}
|
||||
|
||||
.mx_MessageComposer textarea {
|
||||
width: 100%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue