Fixed over collapse on Safari, and now hide the RHS footer Invite when collapsed

pull/2181/head
wmwragg 2016-09-13 14:57:58 +01:00
parent bdee2d3b28
commit 3fe8b503e5
2 changed files with 3 additions and 3 deletions

View File

@ -151,6 +151,6 @@ limitations under the License.
}
.mx_MatrixChat .mx_RightPanel.collapsed {
-webkit-flex: 0 0 72px;
flex: 0 0 72px;
-webkit-flex: 0 0 122px;
flex: 0 0 122px;
}

View File

@ -113,7 +113,7 @@ limitations under the License.
}
.collapsed .mx_RightPanel_footer .mx_RightPanel_invite {
padding-left: 10px;
display: none;
}
.mx_RightPanel_invite .mx_RightPanel_icon {