mirror of https://github.com/vector-im/riot-web
Fix member info avatar size
parent
4b4599c1d8
commit
bfba5e6cfe
|
@ -208,8 +208,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