mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 12:29:37 +00:00
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…
x
Reference in New Issue
Block a user