mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-28 18:01:46 +02:00
revert 23d45d7f33bcfe7a06ef2eaaf982ad99ab20706f 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 {
|
||||
/* commenting this out as it breaks on FF seemingly */
|
||||
/* position: relative; */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mx_MemberAvatar_initial {
|
||||
|
@ -27,6 +27,7 @@ limitations under the License.
|
||||
margin-left: -73px;
|
||||
margin-top: -4px;
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mx_EventTile_avatar img {
|
||||
|
Loading…
x
Reference in New Issue
Block a user