mirror of
https://github.com/ClipFusion-org/clipfusion.git
synced 2025-08-03 16:55:08 +00:00
enabled back zooming in for pwa (nah, accessibility's not worth killing for more native app feeling)
This commit is contained in:
parent
6fb7005694
commit
38973ff7d3
@ -34,12 +34,11 @@ export default async function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<head>
|
||||
<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="HandheldFriendly" content="true" />
|
||||
<Analytics/>
|
||||
</head>
|
||||
<body style={{touchAction: "pan-x pan-y"}} className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
<ThemeProvider>
|
||||
<SidebarProvider>
|
||||
<Dashboard/>
|
||||
|
Loading…
Reference in New Issue
Block a user