Shifting icon to center of collapsed section

pull/2181/head
wmwragg 2016-09-13 14:44:54 +01:00
parent 15ee2578c5
commit bdee2d3b28
1 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,10 @@ limitations under the License.
padding-left: 5px;
}
.collapsed .mx_RightPanel_footer .mx_RightPanel_invite {
padding-left: 10px;
}
.mx_RightPanel_invite .mx_RightPanel_icon {
display: inline-block;
cursor: pointer;