1
0
mirror of synced 2025-12-11 17:08:21 +08:00

fix: safe-area for top/bottom

This commit is contained in:
YunYouJun
2025-10-06 23:16:00 +08:00
parent 0549ef8115
commit 4ae9cffe41
10 changed files with 65 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ export default defineNuxtConfig({
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' },
],
meta: [
{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no, viewport-fit=cover' },
{ name: 'description', content: appDescription },
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
{ name: 'color-scheme', content: 'light dark' },