mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
This commit is contained in:
parent
8cbc8db1cb
commit
66e36e9d40
1 changed files with 10 additions and 0 deletions
|
@ -37,6 +37,16 @@ limitations under the License.
|
|||
display: block;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_noperm_error {
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
vertical-align: middle;
|
||||
height: 70px;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_input {
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue