Prevent pinch to zoom
I wouldn't normally do this, but I'm the only user and I'm ok with it.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en" class="[scrollbar-gutter:stable] scroll-smooth">
|
<html lang="en" class="[scrollbar-gutter:stable] scroll-smooth">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
<meta name="csrf-token" content={get_csrf_token()} />
|
<meta name="csrf-token" content={get_csrf_token()} />
|
||||||
<.live_title suffix=" · Music Library">
|
<.live_title suffix=" · Music Library">
|
||||||
{assigns[:page_title] || assigns.conn.request_path}
|
{assigns[:page_title] || assigns.conn.request_path}
|
||||||
|
|||||||
Reference in New Issue
Block a user