initial hookup editor code with react component
This commit is contained in:
parent
9f98a6c0e6
commit
76bb56a2bf
4 changed files with 75 additions and 18 deletions
|
@ -17,12 +17,28 @@ limitations under the License.
|
|||
.mx_MessageEditor {
|
||||
border-radius: 4px;
|
||||
background-color: #f3f8fd;
|
||||
padding: 10px;
|
||||
padding: 11px 13px 7px 56px;
|
||||
|
||||
.editor {
|
||||
border-radius: 4px;
|
||||
border: solid 1px #e9edf1;
|
||||
background-color: #ffffff;
|
||||
padding: 10px;
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
padding: 0 5px;
|
||||
border-radius: 4px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
span.user-pill {
|
||||
background: red;
|
||||
}
|
||||
|
||||
span.room-pill {
|
||||
background: green;
|
||||
}
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
@ -39,4 +55,12 @@ limitations under the License.
|
|||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.model {
|
||||
background: lightgrey;
|
||||
padding: 5px;
|
||||
display: block;
|
||||
white-space: pre;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue