Improve icon sizing and margins on mobile

This commit is contained in:
Carl Schwan
2020-11-15 22:02:56 +01:00
parent 32ea887de6
commit 41b81dd744
4 changed files with 12 additions and 13 deletions

View File

@@ -200,11 +200,12 @@ Kirigami.ScrollablePage {
innerObject: [
TextDelegate {
Layout.fillWidth: true
Layout.rightMargin: Kirigami.Units.largeSpacing
},
ReactionDelegate {
Layout.fillWidth: true
Layout.topMargin: 0
Layout.bottomMargin: 8
Layout.bottomMargin: Kirigami.Units.largeSpacing * 2
}
]
}