mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
UI: uses tiny avatars for reports (#6215)
This commit is contained in:
@ -319,7 +319,7 @@ const Report = Discourse.Model.extend({
|
||||
});
|
||||
|
||||
const avatarImg = renderAvatar(user, {
|
||||
imageSize: "small",
|
||||
imageSize: "tiny",
|
||||
ignoreTitle: true
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user