enabled back zooming in for pwa (nah, accessibility's not worth killing for more native app feeling)

This commit is contained in:
corgifist 2025-07-25 13:38:22 +03:00
parent 6fb7005694
commit 38973ff7d3

View File

@ -34,12 +34,11 @@ export default async function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<head> <head>
<meta name="apple-mobile-web-app-title" content="ClipFusion" /> <meta name="apple-mobile-web-app-title" content="ClipFusion" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no"/>
<meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="HandheldFriendly" content="true" /> <meta name="HandheldFriendly" content="true" />
<Analytics/> <Analytics/>
</head> </head>
<body style={{touchAction: "pan-x pan-y"}} className={`${geist.variable} ${geistMono.variable} antialiased`}> <body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<ThemeProvider> <ThemeProvider>
<SidebarProvider> <SidebarProvider>
<Dashboard/> <Dashboard/>