Hide apps drawer

pull/6242/head
Richard Lewis 2018-02-09 13:23:56 +00:00
parent 738b59fd42
commit 095130a569
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ limitations under the License.
margin: 5px;
}
.mx_AppsDrawer_hidden {
display: none;
}
.mx_AppsContainer {
display: flex;
flex-direction: row;