Shifting icon to center of collapsed section

This commit is contained in:
wmwragg 2016-09-13 14:44:54 +01:00
parent 15ee2578c5
commit bdee2d3b28

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;