mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 19:48:52 +00:00
fix: add padding to the empty chat view
This commit is contained in:
parent
4ab1d20c82
commit
94b0343d04
@ -18,6 +18,11 @@ Rectangle {
|
||||
radius: 16
|
||||
color: Style.current.transparent
|
||||
|
||||
anchors.right: parent.right
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: Style.current.padding
|
||||
anchors.rightMargin: Style.current.padding
|
||||
|
||||
Item {
|
||||
id: inviteFriendsContainer
|
||||
height: visible ? 190 : 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user