-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a safearea around all the screens #264
Add a safearea around all the screens #264
Conversation
7131265
to
658f9f4
Compare
CI can't deploy from a fork, so I'll merge into a different branch first. |
Or actually, I have no idea what I did but #281 should be able to build... |
Ok that's kinda annoying that it cant do that. Should I just use branches on this repo? |
Yup, I'll doouble-check that you have write access. |
https://stackoverflow.com/questions/52105557/how-to-remove-automatic-safearea-from-listview Tldr: listviews include the required padding themselves, unless we specify it ourselves, so we only need to modify the padding we set to take into account the mediaquery |
Summary
This adds a SafeArea around all the screens, ensuring enough space to avoid problems with the notches and other device/OS specific areas.