shrink default roomavatar size to 36x36. surely this is vector specific...
parent
05d19121d8
commit
c5e3891a5a
|
@ -21,8 +21,8 @@ var MatrixClientPeg = require('../../MatrixClientPeg');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
getDefaultProps: function() {
|
getDefaultProps: function() {
|
||||||
return {
|
return {
|
||||||
width: 40,
|
width: 36,
|
||||||
height: 40,
|
height: 36,
|
||||||
resizeMethod: 'crop'
|
resizeMethod: 'crop'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue