mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 04:36:21 +02:00
shrink default roomavatar size to 36x36. surely this is vector specific...
This commit is contained in:
parent
05d19121d8
commit
c5e3891a5a
@ -21,8 +21,8 @@ var MatrixClientPeg = require('../../MatrixClientPeg');
|
||||
module.exports = {
|
||||
getDefaultProps: function() {
|
||||
return {
|
||||
width: 40,
|
||||
height: 40,
|
||||
width: 36,
|
||||
height: 36,
|
||||
resizeMethod: 'crop'
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user