From ffad872bcabdbbde59ba5c0608232ba1d9d851eb Mon Sep 17 00:00:00 2001 From: Nikita Krupin Date: Fri, 25 Mar 2022 14:50:18 -0400 Subject: [PATCH] ios fixes added, unused theme property removed, splash screen colors changed --- NUXT/components/bottomNavigation.vue | 1 + NUXT/components/topNavigation.vue | 5 +++-- NUXT/layouts/default.vue | 2 ++ NUXT/nuxt.config.js | 3 ++- NUXT/pages/index.vue | 2 +- NUXT/pages/mods/theme.vue | 1 - .../app/src/main/assets/capacitor.config.json | 7 +++++-- capacitor.config.json | 8 ++++++-- ios/App/App/capacitor.config.json | 7 +++++-- ios/App/Podfile | 16 ++++++++-------- 10 files changed, 33 insertions(+), 19 deletions(-) diff --git a/NUXT/components/bottomNavigation.vue b/NUXT/components/bottomNavigation.vue index c60c474..98d08d5 100644 --- a/NUXT/components/bottomNavigation.vue +++ b/NUXT/components/bottomNavigation.vue @@ -59,6 +59,7 @@ export default { box-shadow: none !important; height: 4rem !important; position: fixed; + /* bottom: env(safe-area-inset-bottom) !important; */ bottom: 0; padding: 0 !important; z-index: 99999; diff --git a/NUXT/components/topNavigation.vue b/NUXT/components/topNavigation.vue index ceaa8bb..2e07c22 100644 --- a/NUXT/components/topNavigation.vue +++ b/NUXT/components/topNavigation.vue @@ -2,7 +2,7 @@

@@ -92,8 +92,9 @@ export default {