mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-30 19:01:17 +02:00
Match requested avatar size to displayed size
Reduces the blurriness of avatars in the EventTilePreview. Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
04d566e247
commit
44b143c8c3
@ -61,7 +61,7 @@ interface IState {
|
||||
message: string;
|
||||
}
|
||||
|
||||
const AVATAR_SIZE = 32;
|
||||
const AVATAR_SIZE = 30;
|
||||
|
||||
@replaceableComponent("views.elements.EventTilePreview")
|
||||
export default class EventTilePreview extends React.Component<IProps, IState> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user