fix new bottomleft menu
This commit is contained in:
parent
6bc4c87ce4
commit
25b5c14527
2 changed files with 16 additions and 4 deletions
|
@ -70,6 +70,10 @@ limitations under the License.
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_BottomLeftMenu_options object {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_LeftPanel .mx_BottomLeftMenu_createRoom,
|
.mx_LeftPanel .mx_BottomLeftMenu_createRoom,
|
||||||
.mx_LeftPanel .mx_BottomLeftMenu_directory,
|
.mx_LeftPanel .mx_BottomLeftMenu_directory,
|
||||||
.mx_LeftPanel .mx_BottomLeftMenu_settings {
|
.mx_LeftPanel .mx_BottomLeftMenu_settings {
|
||||||
|
@ -77,6 +81,14 @@ limitations under the License.
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.collapsed .mx_BottomLeftMenu_createRoom,
|
||||||
|
.collapsed .mx_BottomLeftMenu_directory,
|
||||||
|
.collapsed .mx_BottomLeftMenu_settings {
|
||||||
|
margin-left: 0px ! important;
|
||||||
|
padding-top: 3px ! important;
|
||||||
|
padding-bottom: 3px ! important;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_LeftPanel .mx_BottomLeftMenu_directory {
|
.mx_LeftPanel .mx_BottomLeftMenu_directory {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue