Respect Kirigami page margins
In multiple places, we override Kirigami's default page margins and substitute our own. This is problematic because:
- It makes the content not align with the header text, which looks bad.
- It will break if Kirigami's default paddings are ever changed.
- We should be respecting the default settings. If they are problematic, we should change Kirigami, not override it here. That just makes every app look inconsistent and weird.
Accordingly, respect the default padding values for Kirigami.Page.
Before | After |
---|---|
There are no visual changes for any other pages.
Edited by Nate Graham