Slight fix for message avatars size
This commit is contained in:
@@ -333,8 +333,8 @@ chat:
|
|||||||
color background: "transparent"
|
color background: "transparent"
|
||||||
|
|
||||||
message:
|
message:
|
||||||
int avatarSize: 58 * uiScale
|
int avatarSize: 56 * uiScale
|
||||||
int collapsedAvatarSize: 28 * uiScale
|
int collapsedAvatarSize: 32 * uiScale
|
||||||
int avatarRadius: controls.avatar.radius
|
int avatarRadius: controls.avatar.radius
|
||||||
|
|
||||||
int radius: theme.radius
|
int radius: theme.radius
|
||||||
|
|||||||
@@ -343,8 +343,8 @@ chat:
|
|||||||
color background: "transparent"
|
color background: "transparent"
|
||||||
|
|
||||||
message:
|
message:
|
||||||
int avatarSize: 58 * uiScale
|
int avatarSize: 56 * uiScale
|
||||||
int collapsedAvatarSize: 28 * uiScale
|
int collapsedAvatarSize: 32 * uiScale
|
||||||
int avatarRadius: controls.avatar.radius
|
int avatarRadius: controls.avatar.radius
|
||||||
|
|
||||||
int radius: theme.radius
|
int radius: theme.radius
|
||||||
|
|||||||
Reference in New Issue
Block a user