fix up MemberInfo behaviour
This commit is contained in:
parent
05d9afc040
commit
bb06484732
5 changed files with 38 additions and 5 deletions
|
@ -22,7 +22,7 @@ limitations under the License.
|
|||
position: absolute;
|
||||
width: 200px;
|
||||
margin-left: -295px;
|
||||
margin-top: -12px;
|
||||
margin-top: 0px;
|
||||
z-index: 1000;
|
||||
padding: 6px;
|
||||
}
|
||||
|
@ -34,6 +34,17 @@ limitations under the License.
|
|||
top: 0px;
|
||||
}
|
||||
|
||||
/*
|
||||
* a hacky shim to extend the hitmask of the overlay to overlap
|
||||
* better with the main menu itself
|
||||
*/
|
||||
.mx_MemberInfo_shim {
|
||||
position: absolute;
|
||||
left: 212px;
|
||||
width: 40px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.mx_MemberInfo_avatar {
|
||||
padding: 6px;
|
||||
}
|
||||
|
@ -44,7 +55,6 @@ limitations under the License.
|
|||
|
||||
.mx_MemberInfo_field {
|
||||
padding: 6px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.mx_MemberInfo_button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue