1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

avoid buttons being deformed in collapsed state

unsure what this was doing before,
I suspect the BottomLeftMenu which is gone now.
This commit is contained in:
Bruno Windels
2018-12-19 12:59:03 +01:00
parent b3a12867a6
commit f7ed1ff046

View File

@ -89,12 +89,6 @@ limitations under the License.
pointer-events: none;
}
.mx_LeftPanel_container.collapsed .mx_RoleButton {
margin-right: 0px ! important;
padding-top: 3px ! important;
padding-bottom: 3px ! important;
}
.mx_BottomLeftMenu_options > div {
display: inline-block;
}