vaguely make room editing prettier

This commit is contained in:
Matthew Hodgson 2015-07-21 23:19:24 -07:00
parent 904754b20d
commit 538536eb88
8 changed files with 76 additions and 26 deletions

View file

@ -39,8 +39,8 @@ limitations under the License.
-webkit-order: 1;
order: 1;
height: 100%;
overflow-y: scroll;
flex: 1;
}
.mx_LeftPanel .mx_BottomLeftMenu {

View file

@ -47,10 +47,13 @@ limitations under the License.
-webkit-order: 2;
order: 2;
min-width: 0px;
max-width: 720px;
width: 100%;
margin: auto;
border-bottom: 1px solid #a8dbf3;
overflow: scroll;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;