mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-03 20:36:57 +03:00
Revert "Match requested avatar size to displayed size"
This reverts commit 44b143c8c3
.
This commit is contained in:
parent
e46bc93178
commit
43921500d3
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ interface IState {
|
|||
message: string;
|
||||
}
|
||||
|
||||
const AVATAR_SIZE = 30;
|
||||
const AVATAR_SIZE = 32;
|
||||
|
||||
@replaceableComponent("views.elements.EventTilePreview")
|
||||
export default class EventTilePreview extends React.Component<IProps, IState> {
|
||||
|
|
Loading…
Reference in a new issue