diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityButton.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityButton.qml index 2375b2fa4b..b8943a7570 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityButton.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityButton.qml @@ -32,6 +32,9 @@ StatusIconTabButton { visible: communityButton.hovered text: communityButton.name delay: 50 + orientation: "right" + x: communityButton.width + Style.current.padding + y: communityButton.height / 2 - height / 2 + 4 } Rectangle {