forked from matrix/element-web
revert 23d45d7f33
and apply a better fix which works for both chrome & FF
This commit is contained in:
parent
01f0e61d6e
commit
af6bd53d38
|
@ -15,8 +15,7 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_MemberAvatar {
|
.mx_MemberAvatar {
|
||||||
/* commenting this out as it breaks on FF seemingly */
|
position: relative;
|
||||||
/* position: relative; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberAvatar_initial {
|
.mx_MemberAvatar_initial {
|
||||||
|
|
|
@ -27,6 +27,7 @@ limitations under the License.
|
||||||
margin-left: -73px;
|
margin-left: -73px;
|
||||||
margin-top: -4px;
|
margin-top: -4px;
|
||||||
float: left;
|
float: left;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_avatar img {
|
.mx_EventTile_avatar img {
|
||||||
|
|
Loading…
Reference in New Issue