fix(Communities): ensure community profile doesn't bleed into modal header
Closes #3397
This commit is contained in:
parent
4295c92deb
commit
8015235eea
|
@ -27,7 +27,6 @@ StatusModal {
|
|||
contentItem: StackView {
|
||||
id: stack
|
||||
initialItem: profileOverview
|
||||
anchors.centerIn: parent
|
||||
width: popup.width
|
||||
implicitHeight: currentItem.implicitHeight || currentItem.height
|
||||
|
||||
|
|
|
@ -41,7 +41,6 @@ Column {
|
|||
}
|
||||
|
||||
StatusModalDivider {
|
||||
topPadding: 8
|
||||
bottomPadding: 8
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue