mirror of https://github.com/vector-im/riot-web
fix initials behaviour on FF
parent
69fdd485e6
commit
23d45d7f33
|
@ -15,7 +15,8 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_MemberAvatar {
|
.mx_MemberAvatar {
|
||||||
position: relative;
|
/* commenting this out as it breaks on FF seemingly */
|
||||||
|
/* position: relative; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberAvatar_initial {
|
.mx_MemberAvatar_initial {
|
||||||
|
|
Loading…
Reference in New Issue