Hi,
I noticed that gamja doesn't respect iOS safe insets area for the OS
navigation bar.
I added a couple conditional lines to the `html` CSS tag in order to
offset the page off of the safe inset area that Safari defines.
This patch should leave other devices unaffected, as tested with Firefox
responsive design simulator.
My CSS/HTML skills aren't very sharp, feel free to reject or completely
overhaul the code as you please.
Gianguido Sora (1):
style: optimize for iOS PWA mode
index.html | 2 +-
style.css | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
--
2.43.4
[PATCH gamja 1/1] style: optimize for iOS PWA mode