New style guest warning bar

This commit is contained in:
David Baker 2016-01-28 13:00:44 +00:00
parent 35600f11ad
commit 6a36b022e4
4 changed files with 96 additions and 0 deletions

View file

@ -50,6 +50,16 @@ limitations under the License.
height: 40px;
}
.mx_GuestWarningBar {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
height: 40px;
}
.mx_MatrixChat_toolbarShowing {
height: auto;
}