Update ui/app/AppLayouts/Chat/CommunityComponents/CommunityChannel.qml

Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
RichΛrd 2021-05-18 08:52:20 -04:00 committed by Iuri Matias
parent 033149c03c
commit bd6e9e3007
1 changed files with 0 additions and 3 deletions

View File

@ -15,10 +15,7 @@ Rectangle {
visible: categoryId == ""
height: visible ? 52 : 0
width: 425
anchors.right: parent.right
anchors.left: parent.left
anchors.leftMargin: 0
anchors.rightMargin: 0
border.width: 0
radius: Style.current.radius
color: isHovered ? Style.current.backgroundHover : Style.current.transparent