diff --git a/ui/app/AppLayouts/Chat/ContactsColumn/Channel.qml b/ui/app/AppLayouts/Chat/ContactsColumn/Channel.qml index 8c8e288a00..9949daffe4 100644 --- a/ui/app/AppLayouts/Chat/ContactsColumn/Channel.qml +++ b/ui/app/AppLayouts/Chat/ContactsColumn/Channel.qml @@ -101,7 +101,7 @@ Item { text: wrapper.realChatType !== Constants.chatTypePublic ? Emoji.parse(Utils.removeStatusEns(Utils.filterXSS(wrapper.name))) : "#" + Utils.filterXSS(wrapper.name) - anchors.right: contactTime.left + anchors.right: contactTime.visible ? contactTime.left : parent.right anchors.rightMargin: Style.current.smallPadding elide: Text.ElideRight color: muted ? Style.current.secondaryText : Style.current.textColor