Use FormCard on the invitation page
It now looks a bit nicer, and I made sure everything scales down to mobile as well.
This commit is contained in:
@@ -127,10 +127,9 @@ Kirigami.Page {
|
||||
Loader {
|
||||
id: invitationLoader
|
||||
active: root.currentRoom && root.currentRoom.isInvite
|
||||
anchors.centerIn: parent
|
||||
anchors.fill: parent
|
||||
sourceComponent: InvitationView {
|
||||
currentRoom: root.currentRoom
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user