mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-03-14 01:57:29 +08:00
fix: pwa ios safari safe area inset for bottom navigation
- Add viewport-fit=cover meta tag for PWA fullscreen display on iOS - Implement safe-area-inset-bottom for mobile bottom navigation bar - Update PageLayout main content padding to avoid iOS home indicator overlap - Add CSS utility class pb-safe-bottom for PWA safe area handling - Ensure proper PWA layout on iOS devices with notch and home indicator - Set minimum navigation height including safe area for PWA compatibility
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
'use client';
|
||||
|
||||
const CURRENT_VERSION = '20250728125318';
|
||||
const CURRENT_VERSION = '20250729151638';
|
||||
|
||||
// 版本检查结果枚举
|
||||
export enum UpdateStatus {
|
||||
|
||||
Reference in New Issue
Block a user