Add ability to edit room settings

This commit is contained in:
Erik Johnston 2015-07-20 15:07:51 +01:00
parent 87dd9e8bb4
commit 0039ccf203
6 changed files with 125 additions and 16 deletions

View file

@ -60,7 +60,7 @@ limitations under the License.
order: 3;
width: 100%;
height: 100%;
flex: 1;
margin-top: 18px;
margin-bottom: 18px;
@ -101,7 +101,7 @@ limitations under the License.
.mx_RoomView_statusAreaBox {
max-width: 720px;
margin: auto;
margin: auto;
border-top: 1px solid #a8dbf3;
}