mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Moved the font-size into the .mx_MessageComposer_input so that it sets the size for RTE as well as normal composer
This commit is contained in:
parent
4a2c899d05
commit
dbadb07adf
@ -62,6 +62,7 @@ limitations under the License.
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.mx_MessageComposer_input_rte {
|
.mx_MessageComposer_input_rte {
|
||||||
border-top: 2px solid #76cfa6; /* placeholder RTE indicator */
|
border-top: 2px solid #76cfa6; /* placeholder RTE indicator */
|
||||||
@ -73,7 +74,6 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_MessageComposer_input textarea {
|
.mx_MessageComposer_input textarea {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 14px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
|
Loading…
Reference in New Issue
Block a user