From d29156bb138fc9aec732f916b35922d13670896c Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Thu, 8 May 2025 20:11:45 +0800 Subject: [PATCH] Safe area implementation for iOS Dynamic padding to clear certain iOS UI elements such as the notch, dynamic island and gesture bar, to ensure they don't overlap with our own UI elements. --- index.html | 2 +- src/App.vue | 27 +++++++++++++++++++-------- src/components/QuickNav.vue | 2 +- src/components/TopMessage.vue | 2 +- src/views/ContactQRScanShowView.vue | 2 +- 5 files changed, 23 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index f5e74b12c0..ea64cda39e 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + TimeSafari diff --git a/src/App.vue b/src/App.vue index e110363748..5bd5900b5c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,7 @@
-
+
- + diff --git a/src/components/QuickNav.vue b/src/components/QuickNav.vue index 86b1c9d65b..64a0bef301 100644 --- a/src/components/QuickNav.vue +++ b/src/components/QuickNav.vue @@ -1,6 +1,6 @@