This commit is contained in:
Isaac
2025-06-29 14:01:31 +02:00
parent 09b7e77e88
commit 0849431ca9
3 changed files with 287 additions and 123 deletions

View File

@@ -952,7 +952,7 @@ public final class ChatSideTopicsPanel: Component {
if let current = self.avatarNode {
avatarNode = current
} else {
avatarNode = AvatarNode(font: avatarPlaceholderFont(size: 11.0))
avatarNode = AvatarNode(font: avatarPlaceholderFont(size: 8.0))
avatarNode.isUserInteractionEnabled = false
self.avatarNode = avatarNode
self.containerButton.addSubview(avatarNode.view)