From 8e8eef2ab5b6686aa12cb202607b152f250418ad 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 f5e74b12..ea64cda3 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + TimeSafari diff --git a/src/App.vue b/src/App.vue index e1103637..5bd5900b 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 86b1c9d6..64a0bef3 100644 --- a/src/components/QuickNav.vue +++ b/src/components/QuickNav.vue @@ -1,6 +1,6 @@