mirror of https://github.com/vector-im/riot-web
Match requested avatar size to displayed size
Reduces the blurriness of avatars in the EventTilePreview. Signed-off-by: Robin Townsend <robin@robin.town>pull/21833/head
parent
04d566e247
commit
44b143c8c3
|
@ -61,7 +61,7 @@ interface IState {
|
||||||
message: string;
|
message: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const AVATAR_SIZE = 32;
|
const AVATAR_SIZE = 30;
|
||||||
|
|
||||||
@replaceableComponent("views.elements.EventTilePreview")
|
@replaceableComponent("views.elements.EventTilePreview")
|
||||||
export default class EventTilePreview extends React.Component<IProps, IState> {
|
export default class EventTilePreview extends React.Component<IProps, IState> {
|
||||||
|
|
Loading…
Reference in New Issue