mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-13 15:55:18 +00:00
fix(@community/popups): make CreateCommunityPopup adaptive to viewport
This commit is contained in:
parent
c07a2feca7
commit
2d73f5239a
@ -23,7 +23,6 @@ StatusModal {
|
||||
property var store
|
||||
|
||||
width: 640
|
||||
height: 720
|
||||
|
||||
// Code below is needed because StatusModal content padding is messed up
|
||||
// FIXME: when StatusModal is reworked
|
||||
@ -69,6 +68,8 @@ StatusModal {
|
||||
|
||||
anchors.fill: parent
|
||||
|
||||
implicitHeight: 720
|
||||
|
||||
Flickable {
|
||||
id: generalView
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user