forked from mystiq/hydrogen-web
Merge branch 'master' into bwindels/url-routing
This commit is contained in:
commit
da9798979c
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ html {
|
||||||
.RoomHeader button.back { display: block; }
|
.RoomHeader button.back { display: block; }
|
||||||
/* hide grid button */
|
/* hide grid button */
|
||||||
.LeftPanel button.grid { display: none; }
|
.LeftPanel button.grid { display: none; }
|
||||||
div.RoomView, div.RoomPlaceholderView, div.RoomGridView { display: none; }
|
div.RoomView, div.room-placeholder, div.RoomGridView { display: none; }
|
||||||
div.LeftPanel {flex-grow: 1;}
|
div.LeftPanel {flex-grow: 1;}
|
||||||
div.room-shown div.RoomView { display: flex; }
|
div.room-shown div.RoomView { display: flex; }
|
||||||
div.room-shown div.LeftPanel { display: none; }
|
div.room-shown div.LeftPanel { display: none; }
|
||||||
|
|
Loading…
Reference in a new issue