mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: force desktop view on mobile (#1214)
This commit is contained in:
@ -10,7 +10,8 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<!-- Force desktop view on mobile viewport -->
|
||||
<meta name="viewport" content="width=1024" />
|
||||
<meta name="theme-color" content="#17172E" />
|
||||
<meta name="application-name" content="Coder" />
|
||||
<meta property="og:type" content="website" />
|
||||
|
Reference in New Issue
Block a user