From edbf0fe7db96c8d017f3af4b385fc0d0fbd8039b Mon Sep 17 00:00:00 2001 From: acbgbca <60839662+acbgbca@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:19:26 +1100 Subject: Added bottom nav padding for iOS #4740 (#4741) * Added bottom nav padding for iOS #4740 * Updated RTL css #4740 Co-authored-by: maTh --- p/themes/base-theme/frss.css | 1 + p/themes/base-theme/frss.rtl.css | 1 + 2 files changed, 2 insertions(+) (limited to 'p') diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index bef421dd0..83b757e9f 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -1458,6 +1458,7 @@ a.website:hover .favicon { bottom: 0; left: 0; width: 300px; table-layout: fixed; + padding-bottom: env(safe-area-inset-bottom); } #nav_entries .item { diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 8d7391be4..ef04c4fd3 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -1458,6 +1458,7 @@ a.website:hover .favicon { bottom: 0; right: 0; width: 300px; table-layout: fixed; + padding-bottom: env(safe-area-inset-bottom); } #nav_entries .item { -- cgit v1.2.3