mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Fix info avatar
This commit is contained in:
parent
b567b95fad
commit
c995e2e021
@ -210,8 +210,8 @@ export default createReactClass({
|
||||
onClick={onClick}
|
||||
onError={this.onError}
|
||||
style={{
|
||||
width: toRem(width),
|
||||
height: toRem(height)
|
||||
width: {width},
|
||||
height: {height},
|
||||
}}
|
||||
title={title} alt=""
|
||||
inputRef={inputRef}
|
||||
|
Loading…
Reference in New Issue
Block a user